Restructure test suite to prepare CPAN release

Change-Id: If3033774f50d33b2e5b3344e3927fd534cef4dfb
diff --git a/.gitignore b/.gitignore
index ffce448..4d0f9c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+MANIFEST.bak
 sandbox
 Sandbox
 examples
@@ -9,7 +10,6 @@
 !tools/rewrite_goe_licenses.pl
 !tools/scramble_korapxml.pl
 build
-fixtures.txt
 node_modules
 log
 blib
@@ -32,7 +32,8 @@
 
 # Protected checks
 t/corpus/BRZ13
-t/corpus/DCK
-t/corpus/AGD-orig
-t/corpus/FOLK-orig
+t/real/corpus/BRZ13
+t/real/corpus/DCK
+t/real/corpus/AGD-orig
+t/real/corpus/FOLK-orig
 t/real/dck.t
diff --git a/Changes b/Changes
index d26c56b..e2092a3 100644
--- a/Changes
+++ b/Changes
@@ -1,8 +1,10 @@
-0.41 2020-06-16
+0.41 2020-08-03
         - Added support for RWK annotations.
         - Improved DGD support.
         - Fixed bug in RWK support that broke on
           some KorAP-XML files.
+        - Separate "real data" test suite from artificial
+          tests to prepare for CPAN release.
 
 0.40 2020-03-03
         - Fixed XIP parser.
diff --git a/MANIFEST b/MANIFEST
old mode 100755
new mode 100644
index 72ad3c0..64a5c6f
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,7 +1,55 @@
-lib/KorAP/XML/Krill.pm
-lib/KorAP/XML/Log.pm
+Changes
+lib/KorAP/XML/Annotation/Base.pm
+lib/KorAP/XML/Annotation/Base/Paragraphs.pm
+lib/KorAP/XML/Annotation/Base/Sentences.pm
+lib/KorAP/XML/Annotation/CMC/Morpho.pm
+lib/KorAP/XML/Annotation/Connexor/Morpho.pm
+lib/KorAP/XML/Annotation/Connexor/Phrase.pm
+lib/KorAP/XML/Annotation/Connexor/Sentences.pm
+lib/KorAP/XML/Annotation/Connexor/Syntax.pm
+lib/KorAP/XML/Annotation/CoreNLP/Constituency.pm
+lib/KorAP/XML/Annotation/CoreNLP/Morpho.pm
+lib/KorAP/XML/Annotation/CoreNLP/NamedEntities.pm
+lib/KorAP/XML/Annotation/CoreNLP/Sentences.pm
+lib/KorAP/XML/Annotation/DeReKo/Structure.pm
+lib/KorAP/XML/Annotation/DGD/Morpho.pm
+lib/KorAP/XML/Annotation/DGD/Structure.pm
+lib/KorAP/XML/Annotation/DRuKoLa/Morpho.pm
+lib/KorAP/XML/Annotation/Glemm/Morpho.pm
+lib/KorAP/XML/Annotation/HNC/Morpho.pm
+lib/KorAP/XML/Annotation/LWC/Dependency.pm
+lib/KorAP/XML/Annotation/Malt/Dependency.pm
+lib/KorAP/XML/Annotation/MarMoT/Morpho.pm
+lib/KorAP/XML/Annotation/Mate/Dependency.pm
+lib/KorAP/XML/Annotation/Mate/Morpho.pm
+lib/KorAP/XML/Annotation/Mate/MorphoAttr.pm
+lib/KorAP/XML/Annotation/MDParser/Dependency.pm
+lib/KorAP/XML/Annotation/OpenNLP/Morpho.pm
+lib/KorAP/XML/Annotation/OpenNLP/Sentences.pm
+lib/KorAP/XML/Annotation/RWK/Morpho.pm
+lib/KorAP/XML/Annotation/RWK/Structure.pm
+lib/KorAP/XML/Annotation/Sgbr/Lemma.pm
+lib/KorAP/XML/Annotation/Sgbr/Morpho.pm
+lib/KorAP/XML/Annotation/Talismane/Dependency.pm
+lib/KorAP/XML/Annotation/Talismane/Morpho.pm
+lib/KorAP/XML/Annotation/TreeTagger/Morpho.pm
+lib/KorAP/XML/Annotation/TreeTagger/Sentences.pm
+lib/KorAP/XML/Annotation/XIP/Constituency.pm
+lib/KorAP/XML/Annotation/XIP/Dependency.pm
+lib/KorAP/XML/Annotation/XIP/Morpho.pm
+lib/KorAP/XML/Annotation/XIP/Sentences.pm
 lib/KorAP/XML/Archive.pm
 lib/KorAP/XML/Batch/File.pm
+lib/KorAP/XML/Document/Primary.pm
+lib/KorAP/XML/ForkPool.pm
+lib/KorAP/XML/Index/MultiTerm.pm
+lib/KorAP/XML/Index/MultiTermToken.pm
+lib/KorAP/XML/Index/MultiTermTokenStream.pm
+lib/KorAP/XML/Krill.pm
+lib/KorAP/XML/Log.pm
+lib/KorAP/XML/Meta/Base.pm
+lib/KorAP/XML/Meta/I5.pm
+lib/KorAP/XML/Meta/Sgbr.pm
 lib/KorAP/XML/Tokenizer.pm
 lib/KorAP/XML/Tokenizer/Match.pm
 lib/KorAP/XML/Tokenizer/Range.pm
@@ -10,54 +58,10 @@
 lib/KorAP/XML/Tokenizer/Token.pm
 lib/KorAP/XML/Tokenizer/Tokens.pm
 lib/KorAP/XML/Tokenizer/Units.pm
-lib/KorAP/XML/Index/MultiTerm.pm
-lib/KorAP/XML/Index/MultiTermToken.pm
-lib/KorAP/XML/Index/MultiTermTokenStream.pm
-lib/KorAP/XML/Document/Primary.pm
-lib/KorAP/XML/Meta/Base.pm
-lib/KorAP/XML/Meta/I5.pm
-lib/KorAP/XML/Meta/Sgbr.pm
-lib/KorAP/XML/Annotation/Base.pm
-lib/KorAP/XML/Annotation/Base/Paragraphs.pm
-lib/KorAP/XML/Annotation/Base/Sentences.pm
-lib/KorAP/XML/Annotation/CMC/Morpho.pm
-lib/KorAP/XML/Annotation/Connexor/Sentences.pm
-lib/KorAP/XML/Annotation/Connexor/Morpho.pm
-lib/KorAP/XML/Annotation/Connexor/Phrase.pm
-lib/KorAP/XML/Annotation/Connexor/Syntax.pm
-lib/KorAP/XML/Annotation/CoreNLP/Constituency.pm
-lib/KorAP/XML/Annotation/CoreNLP/Morpho.pm
-lib/KorAP/XML/Annotation/CoreNLP/NamedEntities.pm
-lib/KorAP/XML/Annotation/CoreNLP/Sentences.pm
-lib/KorAP/XML/Annotation/DeReKo/Structure.pm
-lib/KorAP/XML/Annotation/Glemm/Morpho.pm
-lib/KorAP/XML/Annotation/Malt/Dependency.pm
-lib/KorAP/XML/Annotation/Mate/Dependency.pm
-lib/KorAP/XML/Annotation/Mate/Morpho.pm
-lib/KorAP/XML/Annotation/Mate/MorphoAttr.pm
-lib/KorAP/XML/Annotation/MDParser/Dependency.pm
-lib/KorAP/XML/Annotation/OpenNLP/Morpho.pm
-lib/KorAP/XML/Annotation/OpenNLP/Sentences.pm
-lib/KorAP/XML/Annotation/OpenNLP/Morpho.pm
-lib/KorAP/XML/Annotation/Sgbr/Morpho.pm
-lib/KorAP/XML/Annotation/Sgbr/Lemma.pm
-lib/KorAP/XML/Annotation/TreeTagger/Morpho.pm
-lib/KorAP/XML/Annotation/TreeTagger/Sentences.pm
-lib/KorAP/XML/Annotation/XIP/Constituency.pm
-lib/KorAP/XML/Annotation/XIP/Dependency.pm
-lib/KorAP/XML/Annotation/XIP/Morpho.pm
-lib/KorAP/XML/Annotation/XIP/Sentences.pm
-t/archive.t
-t/batch_file.t
-t/meta.t
-t/meta_caching.t
-t/multiple_archives.t
-t/primary.t
-t/range.t
-t/sort_tokens.t
-t/tokens.t
-t/transform.t
-t/annotation/TestInit.pm
+LICENSE
+Makefile.PL
+MANIFEST
+script/korapxml2krill
 t/annotation/base_paragraphs.t
 t/annotation/base_sentences.t
 t/annotation/connexor_morpho.t
@@ -68,584 +72,6 @@
 t/annotation/corenlp_ent.t
 t/annotation/corenlp_morpho.t
 t/annotation/corenlp_sentences.t
-t/annotation/dereko_struct.t
-t/annotation/glemm_morpho.t
-t/annotation/mdp_dependency.t
-t/annotation/malt_dependency.t
-t/annotation/mate_dependency.t
-t/annotation/mate_morpho.t
-t/annotation/mate_morpho_attr.t
-t/annotation/meta.t
-t/annotation/opennlp_morpho.t
-t/annotation/opennlp_sentences.t
-t/annotation/primary.t
-t/annotation/tt_morpho.t
-t/annotation/tt_sentences.t
-t/annotation/xip_constituency.t
-t/annotation/xip_dependency.t
-t/annotation/xip_morpho.t
-t/annotation/xip_sentences.t
-t/annotation/koralquery.t
-t/real/bzk.t
-t/real/bzk_2.t
-t/real/goethe.t
-t/real/rei.t
-t/real/wdd.t
-t/real/wpd.t
-t/sgbr/lemma.t
-t/sgbr/meta.t
-t/sgbr/meta_duden.t
-t/sgbr/meta_ids.t
-t/sgbr/pos.t
-t/sgbr/token.t
-t/script/single.t
-t/script/serial.t
-t/script/usage.t
-t/script/extract.t
-t/script/archive.t
-t/script/archive_tar.t
-t/script/archive_tar_tempextract.t
-t/script/config.t
-t/script/base.t
-t/corpus/archive.zip
-t/corpus/archive_rei.zip
-t/corpus/BZK/header.xml
-t/corpus/GOE/header.xml
-t/corpus/VDI/header.xml
-t/corpus/WDD/header.xml
-t/corpus/WDD15/header.xml
-t/corpus/REI/header.xml
-t/corpus/artificial/data.xml
-t/corpus/artificial/header.xml
-t/corpus/artificial/metadata.xml
-t/corpus/I5/rei-example.i5
-t/annotation/corpus/header.xml
-t/sgbr/TEST/header.xml
-t/corpus/A00/02035-substring/data.xml
-t/corpus/A00/02035-substring/header.xml
-t/corpus/A00/02035-substring/text.txt
-t/corpus/A00/02873-meta/data.xml
-t/corpus/A00/02873-meta/header.xml
-t/corpus/A00/02873-meta/text.txt
-t/corpus/A00/05663-unbalanced/data.xml
-t/corpus/A00/05663-unbalanced/header.xml
-t/corpus/A00/05663-unbalanced/text.txt
-t/corpus/A00/07452-deep/data.xml
-t/corpus/A00/07452-deep/header.xml
-t/corpus/A00/07452-deep/text.txt
-t/corpus/A01/13047/data.xml
-t/corpus/A01/13047/header.xml
-t/corpus/A01/13047/metadata.xml
-t/corpus/A01/13047/text.txt
-t/corpus/archives/fake.zip
-t/corpus/archives/wpd15-single.corenlp.zip
-t/corpus/archives/wpd15-single.malt.zip
-t/corpus/archives/wpd15-single.mdparser.zip
-t/corpus/archives/wpd15-single.opennlp.zip
-t/corpus/archives/wpd15-single.tree_tagger.zip
-t/corpus/archives/wpd15-single.zip
-t/corpus/BZK/D59/header.xml
-t/corpus/ERL/00001/data.xml
-t/corpus/ERL/00001/header.xml
-t/corpus/ERL/00001/text.txt
-t/corpus/GOE/AGA/header.xml
-t/corpus/GOE/AGX/header.xml
-t/corpus/REI/BNG/header.xml
-t/corpus/REI/RBR/header.xml
-t/corpus/VDI/JAN/header.xml
-t/corpus/WDD/G27/header.xml
-t/corpus/WDD15/A79/header.xml
-t/corpus/WPD/00001/data.xml
-t/corpus/WPD/00001/header.xml
-t/corpus/WPD/00001/metadata.xml
-t/corpus/WPD/00001/text.txt
-t/corpus/WPD15/W28/header.xml
-t/corpus/WPD15/W28/65631/header.xml
-t/corpus/WPD15/W28/65631/data.xml
-t/corpus/WPD15/W28/65631/base/tokens_aggr.xml
-t/corpus/WPD15/W28/65631/corenlp/constituency.xml
-t/corpus/artificial/base/paragraph.xml
-t/corpus/artificial/base/sentences.xml
-t/corpus/artificial/connexor/morpho.xml
-t/corpus/artificial/connexor/phrase.xml
-t/corpus/artificial/connexor/sentences.xml
-t/corpus/artificial/connexor/syntax.xml
-t/corpus/artificial/corenlp/constituency.xml
-t/corpus/artificial/corenlp/morpho.xml
-t/corpus/artificial/corenlp/ne_dewac_175m_600.xml
-t/corpus/artificial/corenlp/ne_hgc_175m_600.xml
-t/corpus/artificial/corenlp/sentences.xml
-t/corpus/artificial/corenlp/tokens.xml
-t/corpus/artificial/opennlp/morpho.xml
-t/corpus/artificial/opennlp/sentences.xml
-t/corpus/artificial/opennlp/tokens.xml
-t/corpus/artificial/xip/constituency.xml
-t/corpus/artificial/xip/dependency.xml
-t/corpus/artificial/xip/morpho.xml
-t/corpus/artificial/xip/sentences.xml
-t/annotation/corpus/doc/header.xml
-t/sgbr/TEST/BSP/header.xml
-t/corpus/A00/02035-substring/base/paragraph.xml
-t/corpus/A00/02035-substring/base/sentences.xml
-t/corpus/A00/02035-substring/base/tokens_aggr.xml
-t/corpus/A00/02035-substring/base/tokens_conservative.xml
-t/corpus/A00/02035-substring/connexor/metadata.xml
-t/corpus/A00/02035-substring/connexor/morpho.xml
-t/corpus/A00/02035-substring/connexor/mpt.xml
-t/corpus/A00/02035-substring/connexor/phrase.xml
-t/corpus/A00/02035-substring/connexor/sentences.xml
-t/corpus/A00/02035-substring/connexor/syntax.xml
-t/corpus/A00/02035-substring/connexor/tokens.xml
-t/corpus/A00/02035-substring/corenlp/ne_dewac_175m_600.xml
-t/corpus/A00/02035-substring/corenlp/ne_hgc_175m_600.xml
-t/corpus/A00/02035-substring/corenlp/sentences.xml
-t/corpus/A00/02035-substring/corenlp/tokens.xml
-t/corpus/A00/02035-substring/mate/dependency.xml
-t/corpus/A00/02035-substring/mate/morpho.xml
-t/corpus/A00/02035-substring/opennlp/morpho.xml
-t/corpus/A00/02035-substring/opennlp/sentences.xml
-t/corpus/A00/02035-substring/opennlp/tokens.xml
-t/corpus/A00/02035-substring/struct/structure.xml
-t/corpus/A00/02035-substring/tree_tagger/metadata.xml
-t/corpus/A00/02035-substring/tree_tagger/morpho.xml
-t/corpus/A00/02035-substring/tree_tagger/sentences.xml
-t/corpus/A00/02035-substring/tree_tagger/tokens.xml
-t/corpus/A00/02035-substring/xip/constituency.xml
-t/corpus/A00/02035-substring/xip/dependency.xml
-t/corpus/A00/02035-substring/xip/metadata.xml
-t/corpus/A00/02035-substring/xip/morpho.xml
-t/corpus/A00/02035-substring/xip/sentences.xml
-t/corpus/A00/02035-substring/xip/tokens.xml
-t/corpus/A00/02873-meta/base/paragraph.xml
-t/corpus/A00/02873-meta/base/sentences.xml
-t/corpus/A00/02873-meta/base/tokens_aggr.xml
-t/corpus/A00/02873-meta/base/tokens_conservative.xml
-t/corpus/A00/02873-meta/connexor/metadata.xml
-t/corpus/A00/02873-meta/connexor/morpho.xml
-t/corpus/A00/02873-meta/connexor/mpt.xml
-t/corpus/A00/02873-meta/connexor/phrase.xml
-t/corpus/A00/02873-meta/connexor/sentences.xml
-t/corpus/A00/02873-meta/connexor/syntax.xml
-t/corpus/A00/02873-meta/connexor/tokens.xml
-t/corpus/A00/02873-meta/corenlp/ne_dewac_175m_600.xml
-t/corpus/A00/02873-meta/corenlp/ne_hgc_175m_600.xml
-t/corpus/A00/02873-meta/corenlp/sentences.xml
-t/corpus/A00/02873-meta/corenlp/tokens.xml
-t/corpus/A00/02873-meta/mate/dependency.xml
-t/corpus/A00/02873-meta/mate/morpho.xml
-t/corpus/A00/02873-meta/opennlp/morpho.xml
-t/corpus/A00/02873-meta/opennlp/sentences.xml
-t/corpus/A00/02873-meta/opennlp/tokens.xml
-t/corpus/A00/02873-meta/struct/structure.xml
-t/corpus/A00/02873-meta/tree_tagger/metadata.xml
-t/corpus/A00/02873-meta/tree_tagger/morpho.xml
-t/corpus/A00/02873-meta/tree_tagger/sentences.xml
-t/corpus/A00/02873-meta/tree_tagger/tokens.xml
-t/corpus/A00/02873-meta/xip/constituency.xml
-t/corpus/A00/02873-meta/xip/dependency.xml
-t/corpus/A00/02873-meta/xip/metadata.xml
-t/corpus/A00/02873-meta/xip/morpho.xml
-t/corpus/A00/02873-meta/xip/sentences.xml
-t/corpus/A00/02873-meta/xip/tokens.xml
-t/corpus/A00/05663-unbalanced/base/paragraph.xml
-t/corpus/A00/05663-unbalanced/base/sentences.xml
-t/corpus/A00/05663-unbalanced/base/tokens_aggr.xml
-t/corpus/A00/05663-unbalanced/base/tokens_conservative.xml
-t/corpus/A00/05663-unbalanced/connexor/metadata.xml
-t/corpus/A00/05663-unbalanced/connexor/morpho.xml
-t/corpus/A00/05663-unbalanced/connexor/mpt.xml
-t/corpus/A00/05663-unbalanced/connexor/phrase.xml
-t/corpus/A00/05663-unbalanced/connexor/sentences.xml
-t/corpus/A00/05663-unbalanced/connexor/syntax.xml
-t/corpus/A00/05663-unbalanced/connexor/tokens.xml
-t/corpus/A00/05663-unbalanced/corenlp/ne_dewac_175m_600.xml
-t/corpus/A00/05663-unbalanced/corenlp/ne_hgc_175m_600.xml
-t/corpus/A00/05663-unbalanced/corenlp/sentences.xml
-t/corpus/A00/05663-unbalanced/corenlp/tokens.xml
-t/corpus/A00/05663-unbalanced/mate/dependency.xml
-t/corpus/A00/05663-unbalanced/mate/morpho.xml
-t/corpus/A00/05663-unbalanced/opennlp/morpho.xml
-t/corpus/A00/05663-unbalanced/opennlp/sentences.xml
-t/corpus/A00/05663-unbalanced/opennlp/tokens.xml
-t/corpus/A00/05663-unbalanced/struct/structure.xml
-t/corpus/A00/05663-unbalanced/tree_tagger/metadata.xml
-t/corpus/A00/05663-unbalanced/tree_tagger/morpho.xml
-t/corpus/A00/05663-unbalanced/tree_tagger/sentences.xml
-t/corpus/A00/05663-unbalanced/tree_tagger/tokens.xml
-t/corpus/A00/05663-unbalanced/xip/constituency.xml
-t/corpus/A00/05663-unbalanced/xip/dependency.xml
-t/corpus/A00/05663-unbalanced/xip/metadata.xml
-t/corpus/A00/05663-unbalanced/xip/morpho.xml
-t/corpus/A00/05663-unbalanced/xip/sentences.xml
-t/corpus/A00/05663-unbalanced/xip/tokens.xml
-t/corpus/A00/07452-deep/base/paragraph.xml
-t/corpus/A00/07452-deep/base/sentences.xml
-t/corpus/A00/07452-deep/base/tokens_aggr.xml
-t/corpus/A00/07452-deep/base/tokens_conservative.xml
-t/corpus/A00/07452-deep/connexor/metadata.xml
-t/corpus/A00/07452-deep/connexor/morpho.xml
-t/corpus/A00/07452-deep/connexor/mpt.xml
-t/corpus/A00/07452-deep/connexor/phrase.xml
-t/corpus/A00/07452-deep/connexor/sentences.xml
-t/corpus/A00/07452-deep/connexor/syntax.xml
-t/corpus/A00/07452-deep/connexor/tokens.xml
-t/corpus/A00/07452-deep/corenlp/ne_dewac_175m_600.xml
-t/corpus/A00/07452-deep/corenlp/ne_hgc_175m_600.xml
-t/corpus/A00/07452-deep/corenlp/sentences.xml
-t/corpus/A00/07452-deep/corenlp/tokens.xml
-t/corpus/A00/07452-deep/mate/dependency.xml
-t/corpus/A00/07452-deep/mate/morpho.xml
-t/corpus/A00/07452-deep/opennlp/morpho.xml
-t/corpus/A00/07452-deep/opennlp/sentences.xml
-t/corpus/A00/07452-deep/opennlp/tokens.xml
-t/corpus/A00/07452-deep/struct/structure.xml
-t/corpus/A00/07452-deep/tree_tagger/metadata.xml
-t/corpus/A00/07452-deep/tree_tagger/morpho.xml
-t/corpus/A00/07452-deep/tree_tagger/sentences.xml
-t/corpus/A00/07452-deep/tree_tagger/tokens.xml
-t/corpus/A00/07452-deep/xip/constituency.xml
-t/corpus/A00/07452-deep/xip/dependency.xml
-t/corpus/A00/07452-deep/xip/metadata.xml
-t/corpus/A00/07452-deep/xip/morpho.xml
-t/corpus/A00/07452-deep/xip/sentences.xml
-t/corpus/A00/07452-deep/xip/tokens.xml
-t/corpus/A01/13047/base/metadata.xml
-t/corpus/A01/13047/base/paragraph.xml
-t/corpus/A01/13047/base/sentences.xml
-t/corpus/A01/13047/base/tokens_aggr.xml
-t/corpus/A01/13047/base/tokens_conservative.xml
-t/corpus/A01/13047/connexor/metadata.xml
-t/corpus/A01/13047/connexor/morpho.xml
-t/corpus/A01/13047/connexor/mpt.xml
-t/corpus/A01/13047/connexor/phrase.xml
-t/corpus/A01/13047/connexor/sentences.xml
-t/corpus/A01/13047/connexor/syntax.xml
-t/corpus/A01/13047/connexor/tokens.xml
-t/corpus/A01/13047/corenlp/constituency.xml
-t/corpus/A01/13047/corenlp/metadata.xml
-t/corpus/A01/13047/corenlp/morpho.xml
-t/corpus/A01/13047/corenlp/ne_dewac_175m_600.xml
-t/corpus/A01/13047/corenlp/ne_hgc_175m_600.xml
-t/corpus/A01/13047/corenlp/sentences.xml
-t/corpus/A01/13047/corenlp/tokens.xml
-t/corpus/A01/13047/mate/dependency.xml
-t/corpus/A01/13047/mate/metadata.xml
-t/corpus/A01/13047/mate/morpho.xml
-t/corpus/A01/13047/opennlp/morpho.xml
-t/corpus/A01/13047/opennlp/sentences.xml
-t/corpus/A01/13047/opennlp/tokens.xml
-t/corpus/A01/13047/struct/structure.xml
-t/corpus/A01/13047/tree_tagger/metadata.xml
-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/BZK/D59/00001/data.xml
-t/corpus/BZK/D59/00001/header.xml
-t/corpus/BZK/D59/00001/text.txt
-t/corpus/BZK/D59/00089/data.xml
-t/corpus/BZK/D59/00089/header.xml
-t/corpus/BZK/D59/00089/text.txt
-t/corpus/ERL/00001/base/paragraph.xml
-t/corpus/ERL/00001/base/sentences.xml
-t/corpus/ERL/00001/base/tokens_aggr.xml
-t/corpus/ERL/00001/base/tokens_conservative.xml
-t/corpus/ERL/00001/connexor/metadata.xml
-t/corpus/ERL/00001/connexor/morpho.xml
-t/corpus/ERL/00001/connexor/mpt.xml
-t/corpus/ERL/00001/connexor/phrase.xml
-t/corpus/ERL/00001/connexor/sentences.xml
-t/corpus/ERL/00001/connexor/syntax.xml
-t/corpus/ERL/00001/connexor/tokens.xml
-t/corpus/ERL/00001/struct/structure.xml
-t/corpus/ERL/00001/tree_tagger/metadata.xml
-t/corpus/ERL/00001/tree_tagger/morpho.xml
-t/corpus/ERL/00001/tree_tagger/sentences.xml
-t/corpus/ERL/00001/tree_tagger/tokens.xml
-t/corpus/ERL/00001/xip/constituency.xml
-t/corpus/ERL/00001/xip/dependency.xml
-t/corpus/ERL/00001/xip/metadata.xml
-t/corpus/ERL/00001/xip/morpho.xml
-t/corpus/ERL/00001/xip/sentences.xml
-t/corpus/ERL/00001/xip/tokens.xml
-t/corpus/GOE/AGA/03828/data.xml
-t/corpus/GOE/AGA/03828/header.xml
-t/corpus/GOE/AGA/03828/text.txt
-t/corpus/GOE/AGX/00006/data.xml
-t/corpus/GOE/AGX/00006/header.xml
-t/corpus/GOE/AGX/00006/text.txt
-t/corpus/REI/BNG/00128/data.xml
-t/corpus/REI/BNG/00128/header.xml
-t/corpus/REI/BNG/00128/base/paragraph.xml
-t/corpus/REI/BNG/00128/base/sentences.xml
-t/corpus/REI/BNG/00128/base/tokens_aggr.xml
-t/corpus/REI/BNG/00128/base/tokens_conservative.xml
-t/corpus/REI/BNG/00128/struct/structure.xml
-t/corpus/REI/BNG/00128/malt/dependency.xml
-t/corpus/REI/BNG/00128/malt/metadata.xml
-t/corpus/REI/BNG/00071/base/paragraph.xml
-t/corpus/REI/BNG/00071/base/sentences.xml
-t/corpus/REI/BNG/00071/base/tokens_aggr.xml
-t/corpus/REI/BNG/00071/base/tokens_conservative.xml
-t/corpus/REI/BNG/00071/corenlp/constituency.xml
-t/corpus/REI/BNG/00071/corenlp/metadata.xml
-t/corpus/REI/BNG/00071/corenlp/morpho.xml
-t/corpus/REI/BNG/00071/corenlp/sentences.xml
-t/corpus/REI/BNG/00071/corenlp/tokens.xml
-t/corpus/REI/BNG/00071/data.xml
-t/corpus/REI/BNG/00071/header.xml
-t/corpus/REI/BNG/00071/malt/dependency.xml
-t/corpus/REI/BNG/00071/malt/metadata.xml
-t/corpus/REI/BNG/00071/opennlp/metadata.xml
-t/corpus/REI/BNG/00071/opennlp/morpho.xml
-t/corpus/REI/BNG/00071/opennlp/sentences.xml
-t/corpus/REI/BNG/00071/opennlp/tokens.xml
-t/corpus/REI/BNG/00071/struct/structure.xml
-t/corpus/REI/BNG/00071/tree_tagger/metadata.xml
-t/corpus/REI/BNG/00071/tree_tagger/morpho.xml
-t/corpus/REI/BNG/00071/tree_tagger/sentences.xml
-t/corpus/REI/BNG/00071/tree_tagger/tokens.xml
-t/corpus/REI/RBR/00610/base/paragraph.xml
-t/corpus/REI/RBR/00610/base/sentences.xml
-t/corpus/REI/RBR/00610/base/tokens_aggr.xml
-t/corpus/REI/RBR/00610/base/tokens_conservative.xml
-t/corpus/REI/RBR/00610/corenlp/constituency.xml
-t/corpus/REI/RBR/00610/corenlp/metadata.xml
-t/corpus/REI/RBR/00610/corenlp/morpho.xml
-t/corpus/REI/RBR/00610/corenlp/sentences.xml
-t/corpus/REI/RBR/00610/corenlp/tokens.xml
-t/corpus/REI/RBR/00610/data.xml
-t/corpus/REI/RBR/00610/header.xml
-t/corpus/REI/RBR/00610/malt/dependency.xml
-t/corpus/REI/RBR/00610/malt/metadata.xml
-t/corpus/REI/RBR/00610/opennlp/metadata.xml
-t/corpus/REI/RBR/00610/opennlp/morpho.xml
-t/corpus/REI/RBR/00610/opennlp/sentences.xml
-t/corpus/REI/RBR/00610/opennlp/tokens.xml
-t/corpus/REI/RBR/00610/struct/structure.xml
-t/corpus/REI/RBR/00610/tree_tagger/metadata.xml
-t/corpus/REI/RBR/00610/tree_tagger/morpho.xml
-t/corpus/REI/RBR/00610/tree_tagger/sentences.xml
-t/corpus/REI/RBR/00610/tree_tagger/tokens.xml
-t/corpus/REI/RBR/header.xml
-t/corpus/VDI/JAN/00001/data.xml
-t/corpus/VDI/JAN/00001/header.xml
-t/corpus/VDI/JAN/00001/text.txt
-t/corpus/WDD/G27/38989/data.xml
-t/corpus/WDD/G27/38989/header.xml
-t/corpus/WDD/G27/38989/text.txt
-t/corpus/WDD15/A79/83946/header.xml
-t/corpus/WDD15/A79/83946/data.xml
-t/corpus/WDD15/A79/83946/opennlp/tokens.xml
-t/corpus/WPD/00001/base/metadata.xml
-t/corpus/WPD/00001/base/paragraph.xml
-t/corpus/WPD/00001/base/sentences.xml
-t/corpus/WPD/00001/base/tokens_aggr.xml
-t/corpus/WPD/00001/base/tokens_conservative.xml
-t/corpus/WPD/00001/connexor/metadata.xml
-t/corpus/WPD/00001/connexor/morpho.xml
-t/corpus/WPD/00001/connexor/phrase.xml
-t/corpus/WPD/00001/connexor/sentences.xml
-t/corpus/WPD/00001/connexor/syntax.xml
-t/corpus/WPD/00001/connexor/tokens.xml
-t/corpus/WPD/00001/corenlp/metadata.xml
-t/corpus/WPD/00001/corenlp/ne_dewac_175m_600.xml
-t/corpus/WPD/00001/corenlp/ne_hgc_175m_600.xml
-t/corpus/WPD/00001/corenlp/sentences.xml
-t/corpus/WPD/00001/corenlp/tokens.xml
-t/corpus/WPD/00001/mate/dependency.xml
-t/corpus/WPD/00001/mate/metadata.xml
-t/corpus/WPD/00001/mate/morpho.xml
-t/corpus/WPD/00001/opennlp/metadata.xml
-t/corpus/WPD/00001/opennlp/morpho.xml
-t/corpus/WPD/00001/opennlp/sentences.xml
-t/corpus/WPD/00001/opennlp/tokens.xml
-t/corpus/WPD/00001/struct/structure.xml
-t/corpus/WPD/00001/tree_tagger/metadata.xml
-t/corpus/WPD/00001/tree_tagger/morpho.xml
-t/corpus/WPD/00001/tree_tagger/sentences.xml
-t/corpus/WPD/00001/tree_tagger/tokens.xml
-t/corpus/WPD/00001/xip/constituency.xml
-t/corpus/WPD/00001/xip/dependency.xml
-t/corpus/WPD/00001/xip/metadata.xml
-t/corpus/WPD/00001/xip/morpho.xml
-t/corpus/WPD/00001/xip/sentences.xml
-t/corpus/WPD/00001/xip/tokens.xml
-t/annotation/corpus/doc/0001/data.xml
-t/annotation/corpus/doc/0001/header.xml
-t/annotation/corpus/doc/0002/data.xml
-t/annotation/corpus/doc/0002/header.xml
-t/sgbr/TEST/BSP/1/data.xml
-t/sgbr/TEST/BSP/1/header.xml
-t/corpus/A00/02035-substring/mate/pipeline/one_token_per_line.txt
-t/corpus/A00/02035-substring/mate/pipeline/parsed.txt
-t/corpus/A00/02035-substring/mate/tokenSpans/number_tokenSpans.xml
-t/corpus/A00/02873-meta/mate/pipeline/one_token_per_line.txt
-t/corpus/A00/02873-meta/mate/pipeline/parsed.txt
-t/corpus/A00/02873-meta/mate/tokenSpans/number_tokenSpans.xml
-t/corpus/A00/05663-unbalanced/mate/pipeline/one_token_per_line.txt
-t/corpus/A00/05663-unbalanced/mate/pipeline/parsed.txt
-t/corpus/A00/05663-unbalanced/mate/tokenSpans/number_tokenSpans.xml
-t/corpus/A00/07452-deep/mate/pipeline/one_token_per_line.txt
-t/corpus/A00/07452-deep/mate/pipeline/parsed.txt
-t/corpus/A00/07452-deep/mate/tokenSpans/number_tokenSpans.xml
-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/BZK/D59/00001/base/paragraph.xml
-t/corpus/BZK/D59/00001/base/sentences.xml
-t/corpus/BZK/D59/00001/base/tokens_aggr.xml
-t/corpus/BZK/D59/00001/base/tokens_conservative.xml
-t/corpus/BZK/D59/00001/connexor/metadata.xml
-t/corpus/BZK/D59/00001/connexor/morpho.xml
-t/corpus/BZK/D59/00001/connexor/phrase.xml
-t/corpus/BZK/D59/00001/connexor/sentences.xml
-t/corpus/BZK/D59/00001/connexor/syntax.xml
-t/corpus/BZK/D59/00001/connexor/tokens.xml
-t/corpus/BZK/D59/00001/corenlp/constituency.xml
-t/corpus/BZK/D59/00001/corenlp/morpho.xml
-t/corpus/BZK/D59/00001/corenlp/ne_combined.xml
-t/corpus/BZK/D59/00001/corenlp/sentences.xml
-t/corpus/BZK/D59/00001/corenlp/tokens.xml
-t/corpus/BZK/D59/00001/glemm/glemm.xml
-t/corpus/BZK/D59/00001/opennlp/morpho.xml
-t/corpus/BZK/D59/00001/opennlp/sentences.xml
-t/corpus/BZK/D59/00001/opennlp/tokens.xml
-t/corpus/BZK/D59/00001/struct/structure.xml
-t/corpus/BZK/D59/00001/tree_tagger/metadata.xml
-t/corpus/BZK/D59/00001/tree_tagger/morpho.xml
-t/corpus/BZK/D59/00001/tree_tagger/sentences.xml
-t/corpus/BZK/D59/00001/tree_tagger/tokens.xml
-t/corpus/BZK/D59/00001/xip/constituency.xml
-t/corpus/BZK/D59/00001/xip/dependency.xml
-t/corpus/BZK/D59/00001/xip/metadata.xml
-t/corpus/BZK/D59/00001/xip/morpho.xml
-t/corpus/BZK/D59/00001/xip/sentences.xml
-t/corpus/BZK/D59/00001/xip/tokens.xml
-t/corpus/BZK/D59/00089/base/paragraph.xml
-t/corpus/BZK/D59/00089/base/sentences.xml
-t/corpus/BZK/D59/00089/base/tokens_aggr.xml
-t/corpus/BZK/D59/00089/base/tokens_conservative.xml
-t/corpus/BZK/D59/00089/connexor/metadata.xml
-t/corpus/BZK/D59/00089/connexor/morpho.xml
-t/corpus/BZK/D59/00089/connexor/phrase.xml
-t/corpus/BZK/D59/00089/connexor/sentences.xml
-t/corpus/BZK/D59/00089/connexor/syntax.xml
-t/corpus/BZK/D59/00089/connexor/tokens.xml
-t/corpus/BZK/D59/00089/corenlp/constituency.xml
-t/corpus/BZK/D59/00089/corenlp/morpho.xml
-t/corpus/BZK/D59/00089/corenlp/ne_combined.xml
-t/corpus/BZK/D59/00089/corenlp/sentences.xml
-t/corpus/BZK/D59/00089/corenlp/tokens.xml
-t/corpus/BZK/D59/00089/glemm/glemm.xml
-t/corpus/BZK/D59/00089/mate/dependency.xml
-t/corpus/BZK/D59/00089/mate/morpho.xml
-t/corpus/BZK/D59/00089/opennlp/morpho.xml
-t/corpus/BZK/D59/00089/opennlp/sentences.xml
-t/corpus/BZK/D59/00089/opennlp/tokens.xml
-t/corpus/BZK/D59/00089/struct/structure.xml
-t/corpus/BZK/D59/00089/tree_tagger/metadata.xml
-t/corpus/BZK/D59/00089/tree_tagger/morpho.xml
-t/corpus/BZK/D59/00089/tree_tagger/sentences.xml
-t/corpus/BZK/D59/00089/tree_tagger/tokens.xml
-t/corpus/BZK/D59/00089/xip/constituency.xml
-t/corpus/BZK/D59/00089/xip/dependency.xml
-t/corpus/BZK/D59/00089/xip/metadata.xml
-t/corpus/BZK/D59/00089/xip/morpho.xml
-t/corpus/BZK/D59/00089/xip/sentences.xml
-t/corpus/BZK/D59/00089/xip/tokens.xml
-t/corpus/GOE/AGA/03828/base/paragraph.xml
-t/corpus/GOE/AGA/03828/base/sentences.xml
-t/corpus/GOE/AGA/03828/base/tokens_aggr.xml
-t/corpus/GOE/AGA/03828/base/tokens_conservative.xml
-t/corpus/GOE/AGA/03828/connexor/metadata.xml
-t/corpus/GOE/AGA/03828/connexor/morpho.xml
-t/corpus/GOE/AGA/03828/connexor/phrase.xml
-t/corpus/GOE/AGA/03828/connexor/sentences.xml
-t/corpus/GOE/AGA/03828/connexor/syntax.xml
-t/corpus/GOE/AGA/03828/connexor/tokens.xml
-t/corpus/GOE/AGA/03828/corenlp/constituency.xml
-t/corpus/GOE/AGA/03828/corenlp/morpho.xml
-t/corpus/GOE/AGA/03828/corenlp/ne_combined.xml
-t/corpus/GOE/AGA/03828/corenlp/sentences.xml
-t/corpus/GOE/AGA/03828/corenlp/tokens.xml
-t/corpus/GOE/AGA/03828/glemm/glemm.xml
-t/corpus/GOE/AGA/03828/mate/dependency.xml
-t/corpus/GOE/AGA/03828/mate/morpho.xml
-t/corpus/GOE/AGA/03828/opennlp/morpho.xml
-t/corpus/GOE/AGA/03828/opennlp/sentences.xml
-t/corpus/GOE/AGA/03828/opennlp/tokens.xml
-t/corpus/GOE/AGA/03828/struct/structure.xml
-t/corpus/GOE/AGA/03828/tree_tagger/metadata.xml
-t/corpus/GOE/AGA/03828/tree_tagger/morpho.xml
-t/corpus/GOE/AGA/03828/tree_tagger/sentences.xml
-t/corpus/GOE/AGA/03828/tree_tagger/tokens.xml
-t/corpus/GOE/AGA/03828/xip/constituency.xml
-t/corpus/GOE/AGA/03828/xip/dependency.xml
-t/corpus/GOE/AGA/03828/xip/metadata.xml
-t/corpus/GOE/AGA/03828/xip/morpho.xml
-t/corpus/GOE/AGA/03828/xip/sentences.xml
-t/corpus/GOE/AGA/03828/xip/tokens.xml
-t/corpus/GOE/AGX/00006/base/paragraph.xml
-t/corpus/GOE/AGX/00006/base/sentences.xml
-t/corpus/GOE/AGX/00006/base/tokens_aggr.xml
-t/corpus/GOE/AGX/00006/base/tokens_conservative.xml
-t/corpus/GOE/AGX/00006/connexor/metadata.xml
-t/corpus/GOE/AGX/00006/connexor/morpho.xml
-t/corpus/GOE/AGX/00006/connexor/phrase.xml
-t/corpus/GOE/AGX/00006/connexor/sentences.xml
-t/corpus/GOE/AGX/00006/connexor/syntax.xml
-t/corpus/GOE/AGX/00006/connexor/tokens.xml
-t/corpus/GOE/AGX/00006/corenlp/constituency.xml
-t/corpus/GOE/AGX/00006/corenlp/morpho.xml
-t/corpus/GOE/AGX/00006/corenlp/ne_combined.xml
-t/corpus/GOE/AGX/00006/corenlp/sentences.xml
-t/corpus/GOE/AGX/00006/corenlp/tokens.xml
-t/corpus/GOE/AGX/00006/glemm/glemm.xml
-t/corpus/GOE/AGX/00006/mate/dependency.xml
-t/corpus/GOE/AGX/00006/mate/morpho.xml
-t/corpus/GOE/AGX/00006/opennlp/morpho.xml
-t/corpus/GOE/AGX/00006/opennlp/sentences.xml
-t/corpus/GOE/AGX/00006/opennlp/tokens.xml
-t/corpus/GOE/AGX/00006/struct/structure.xml
-t/corpus/GOE/AGX/00006/tree_tagger/metadata.xml
-t/corpus/GOE/AGX/00006/tree_tagger/morpho.xml
-t/corpus/GOE/AGX/00006/tree_tagger/sentences.xml
-t/corpus/GOE/AGX/00006/tree_tagger/tokens.xml
-t/corpus/GOE/AGX/00006/xip/constituency.xml
-t/corpus/GOE/AGX/00006/xip/dependency.xml
-t/corpus/GOE/AGX/00006/xip/metadata.xml
-t/corpus/GOE/AGX/00006/xip/morpho.xml
-t/corpus/GOE/AGX/00006/xip/sentences.xml
-t/corpus/GOE/AGX/00006/xip/tokens.xml
-t/corpus/WDD/G27/38989/base/paragraph.xml
-t/corpus/WDD/G27/38989/base/sentences.xml
-t/corpus/WDD/G27/38989/base/tokens_aggr.xml
-t/corpus/WDD/G27/38989/base/tokens_conservative.xml
-t/corpus/WDD/G27/38989/connexor/metadata.xml
-t/corpus/WDD/G27/38989/connexor/morpho.xml
-t/corpus/WDD/G27/38989/connexor/phrase.xml
-t/corpus/WDD/G27/38989/connexor/sentences.xml
-t/corpus/WDD/G27/38989/connexor/syntax.xml
-t/corpus/WDD/G27/38989/connexor/tokens.xml
-t/corpus/WDD/G27/38989/mate/dependency.xml
-t/corpus/WDD/G27/38989/mate/morpho.xml
-t/corpus/WDD/G27/38989/opennlp/morpho.xml
-t/corpus/WDD/G27/38989/opennlp/sentences.xml
-t/corpus/WDD/G27/38989/opennlp/tokens.xml
-t/corpus/WDD/G27/38989/struct/structure.xml
-t/corpus/WDD/G27/38989/tree_tagger/metadata.xml
-t/corpus/WDD/G27/38989/tree_tagger/morpho.xml
-t/corpus/WDD/G27/38989/tree_tagger/sentences.xml
-t/corpus/WDD/G27/38989/tree_tagger/tokens.xml
-t/corpus/WDD/G27/38989/xip/constituency.xml
-t/corpus/WDD/G27/38989/xip/dependency.xml
-t/corpus/WDD/G27/38989/xip/metadata.xml
-t/corpus/WDD/G27/38989/xip/morpho.xml
-t/corpus/WDD/G27/38989/xip/sentences.xml
-t/corpus/WDD/G27/38989/xip/tokens.xml
-t/corpus/WPD/00001/mate/pipeline/one_token_per_line.txt
-t/corpus/WPD/00001/mate/pipeline/parsed.txt
-t/corpus/WPD/00001/mate/tokenSpans/number_tokenSpans.xml
 t/annotation/corpus/doc/0001/base/paragraph.xml
 t/annotation/corpus/doc/0001/base/sentences.xml
 t/annotation/corpus/doc/0001/connexor/morpho.xml
@@ -658,7 +84,9 @@
 t/annotation/corpus/doc/0001/corenlp/ne_hgc_175m_600.xml
 t/annotation/corpus/doc/0001/corenlp/sentences.xml
 t/annotation/corpus/doc/0001/corenlp/tokens.xml
+t/annotation/corpus/doc/0001/data.xml
 t/annotation/corpus/doc/0001/glemm/glemm.xml
+t/annotation/corpus/doc/0001/header.xml
 t/annotation/corpus/doc/0001/mate/dependency.xml
 t/annotation/corpus/doc/0001/mate/morpho.xml
 t/annotation/corpus/doc/0001/opennlp/morpho.xml
@@ -676,6 +104,8 @@
 t/annotation/corpus/doc/0002/base/sentences.xml
 t/annotation/corpus/doc/0002/base/tokens_aggr.xml
 t/annotation/corpus/doc/0002/base/tokens_conservative.xml
+t/annotation/corpus/doc/0002/data.xml
+t/annotation/corpus/doc/0002/header.xml
 t/annotation/corpus/doc/0002/malt/dependency.xml
 t/annotation/corpus/doc/0002/malt/metadata.xml
 t/annotation/corpus/doc/0002/struct/structure.xml
@@ -683,58 +113,82 @@
 t/annotation/corpus/doc/0002/tree_tagger/morpho.xml
 t/annotation/corpus/doc/0002/tree_tagger/sentences.xml
 t/annotation/corpus/doc/0002/tree_tagger/tokens.xml
-t/sgbr/TEST/BSP/1/base/paragraph.xml
-t/sgbr/TEST/BSP/1/base/sentences.xml
-t/sgbr/TEST/BSP/1/base/tokens_aggr.xml
-t/sgbr/TEST/BSP/1/base/tokens_conservative.xml
-t/sgbr/TEST/BSP/1/sgbr/ana.xml
-t/sgbr/TEST/BSP/1/sgbr/lemma.xml
-t/sgbr/TEST/BSP/1/struct/structure.xml
-t/sgbr/PRO-DUD/header.xml
-t/sgbr/PRO-DUD/BSP-2013-01/header.xml
-t/sgbr/PRO-DUD/BSP-2013-01/32/header.xml
-t/sgbr/PRO-DUD/BSP-2013-01/32/data.xml
-t/sgbr/PRO-DUD/BSP-2013-01/32/base/sentences.xml
-t/sgbr/PRO-DUD/BSP-2013-01/32/base/tokens_aggr.xml
-t/sgbr/PRO-DUD/BSP-2013-01/32/base/tokens_conservative.xml
-t/sgbr/PRO-DUD/BSP-2013-01/32/sgbr/ana.xml
-t/sgbr/PRO-DUD/BSP-2013-01/32/sgbr/lemma.xml
-t/sgbr/PRO-DUD/BSP-2013-01/32/struct/structure.xml
-t/sgbr/CMC-TSK/header.xml
-t/sgbr/CMC-TSK/2014-09/header.xml
-t/sgbr/CMC-TSK/2014-09/2843/header.xml
-t/sgbr/CMC-TSK/2014-09/2843/data.xml
-t/sgbr/CMC-TSK/2014-09/2843/base/sentences.xml
-t/sgbr/CMC-TSK/2014-09/2843/base/tokens_aggr.xml
-t/sgbr/CMC-TSK/2014-09/2843/base/tokens_conservative.xml
-t/sgbr/CMC-TSK/2014-09/2843/sgbr/ana.xml
-t/sgbr/CMC-TSK/2014-09/2843/sgbr/lemma.xml
-t/sgbr/CMC-TSK/2014-09/2843/struct/structure.xml
-t/sgbr/CMC-TSK/2014-09/3401/header.xml
-t/sgbr/CMC-TSK/2014-09/3401/data.xml
-t/sgbr/CMC-TSK/2014-09/3401/base/sentences.xml
-t/sgbr/CMC-TSK/2014-09/3401/base/tokens_aggr.xml
-t/sgbr/CMC-TSK/2014-09/3401/base/tokens_conservative.xml
-t/sgbr/CMC-TSK/2014-09/3401/sgbr/ana.xml
-t/sgbr/CMC-TSK/2014-09/3401/sgbr/lemma.xml
-t/sgbr/CMC-TSK/2014-09/3401/struct/structure.xml
-t/corpus/BZK/D59/00001/mate/pipeline/one_token_per_line.txt
-t/corpus/BZK/D59/00001/mate/pipeline/parsed.txt
-t/corpus/BZK/D59/00001/mate/tokenSpans/number_tokenSpans.xml
-t/corpus/BZK/D59/00089/mate/pipeline/one_token_per_line.txt
-t/corpus/BZK/D59/00089/mate/pipeline/parsed.txt
-t/corpus/BZK/D59/00089/mate/tokenSpans/number_tokenSpans.xml
-t/corpus/GOE/AGA/03828/mate/pipeline/one_token_per_line.txt
-t/corpus/GOE/AGA/03828/mate/pipeline/parsed.txt
-t/corpus/GOE/AGA/03828/mate/tokenSpans/number_tokenSpans.xml
-t/corpus/GOE/AGX/00006/mate/pipeline/one_token_per_line.txt
-t/corpus/GOE/AGX/00006/mate/pipeline/parsed.txt
-t/corpus/GOE/AGX/00006/mate/tokenSpans/number_tokenSpans.xml
-t/corpus/WDD/G27/38989/mate/pipeline/one_token_per_line.txt
-t/corpus/WDD/G27/38989/mate/pipeline/parsed.txt
-t/corpus/WDD/G27/38989/mate/tokenSpans/number_tokenSpans.xml
-script/korapxml2krill
-Changes
-LICENSE
-Makefile.PL
-MANIFEST
\ No newline at end of file
+t/annotation/corpus/doc/header.xml
+t/annotation/corpus/header.xml
+t/annotation/dereko_struct.t
+t/annotation/glemm_morpho.t
+t/annotation/koralquery.t
+t/annotation/malt_dependency.t
+t/annotation/mate_dependency.t
+t/annotation/mate_morpho.t
+t/annotation/mate_morpho_attr.t
+t/annotation/mdp_dependency.t
+t/annotation/meta.t
+t/annotation/opennlp_morpho.t
+t/annotation/opennlp_sentences.t
+t/annotation/primary.t
+t/annotation/TestInit.pm
+t/annotation/tt_morpho.t
+t/annotation/tt_sentences.t
+t/annotation/xip_constituency.t
+t/annotation/xip_dependency.t
+t/annotation/xip_morpho.t
+t/annotation/xip_sentences.t
+t/archive.t
+t/batch_file.t
+t/corpus/archive.zip
+t/corpus/archive_quotes.zip
+t/corpus/archive_rei.zip
+t/corpus/archives/fake.zip
+t/corpus/archives/wpd15-single.corenlp.zip
+t/corpus/archives/wpd15-single.malt.zip
+t/corpus/archives/wpd15-single.mdparser.zip
+t/corpus/archives/wpd15-single.opennlp.zip
+t/corpus/archives/wpd15-single.tree_tagger.zip
+t/corpus/archives/wpd15-single.zip
+t/corpus/artificial/base/paragraph.xml
+t/corpus/artificial/base/sentences.xml
+t/corpus/artificial/connexor/morpho.xml
+t/corpus/artificial/connexor/phrase.xml
+t/corpus/artificial/connexor/sentences.xml
+t/corpus/artificial/connexor/syntax.xml
+t/corpus/artificial/corenlp/constituency.xml
+t/corpus/artificial/corenlp/morpho.xml
+t/corpus/artificial/corenlp/ne_dewac_175m_600.xml
+t/corpus/artificial/corenlp/ne_hgc_175m_600.xml
+t/corpus/artificial/corenlp/sentences.xml
+t/corpus/artificial/corenlp/tokens.xml
+t/corpus/artificial/data.xml
+t/corpus/artificial/header.xml
+t/corpus/artificial/metadata.xml
+t/corpus/artificial/opennlp/morpho.xml
+t/corpus/artificial/opennlp/sentences.xml
+t/corpus/artificial/opennlp/tokens.xml
+t/corpus/artificial/xip/constituency.xml
+t/corpus/artificial/xip/dependency.xml
+t/corpus/artificial/xip/morpho.xml
+t/corpus/artificial/xip/sentences.xml
+t/meta.t
+t/meta_artificial.t
+t/meta_caching.t
+t/meta_koral.t
+t/multiple_archives.t
+t/primary.t
+t/range.t
+t/script/archive.t
+t/script/archive_tar.t
+t/script/archive_tar_tempextract.t
+t/script/base.t
+t/script/config.t
+t/script/extract.t
+t/script/non_verbal_tokens.t
+t/script/non_word_tokens.t
+t/script/serial.t
+t/script/single.t
+t/script/usage.t
+t/sort_tokens.t
+t/tokenization.t
+t/tokens.t
+t/tools/example_rules.json
+t/transform.t
+xt/benchmark.pl
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
new file mode 100755
index 0000000..f8efe15
--- /dev/null
+++ b/MANIFEST.SKIP
@@ -0,0 +1,38 @@
+# Skip real corpus regression files and tests
+^t/real/
+
+# Makemaker generated files and dirs.
+^MANIFEST\.
+^Makefile$
+^blib/
+^pm_to_blib
+^MakeMaker-\d
+^MYMETA
+
+# Git files
+.git
+^.gitignore
+^Readme.pod
+
+# File management
+^[Ss]andbox
+^examples
+^\.?bench
+^docs
+^todo.org
+^tools
+^build
+^fixtures
+^nytprof
+^log
+
+# Temp, old and emacs backup files.
+~$
+\.sqlite$
+\.log$
+\.db$
+\.tmp$
+\.cache$
+\.old$
+^#.*#$
+^\.#
\ No newline at end of file
diff --git a/t/meta_artificial.t b/t/meta_artificial.t
new file mode 100644
index 0000000..777d14d
--- /dev/null
+++ b/t/meta_artificial.t
@@ -0,0 +1,57 @@
+use strict;
+use warnings;
+use utf8;
+use Test::More;
+use Benchmark ':hireswallclock';
+use Mojo::DOM;
+use Mojo::File;
+use Mojo::ByteStream 'b';
+use Data::Dumper;
+use File::Basename 'dirname';
+use File::Spec::Functions 'catdir';
+use lib 'lib', '../lib';
+
+use_ok('KorAP::XML::Krill');
+
+# ART
+my $path = catdir(dirname(__FILE__), 'corpus','artificial');
+ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
+#is($doc->path, $path . '/', 'Path');
+
+ok($doc = KorAP::XML::Krill->new( path => $path ), 'Load Korap::Document');
+#is($doc->path, $path . '/', 'Path');
+
+ok($doc->parse, 'Parse document');
+
+my $meta = $doc->meta;
+
+# Metdata
+is($meta->{T_title}, 'Artificial Title', 'title');
+is($meta->{T_sub_title}, 'Artificial Subtitle', 'subTitle');
+is($doc->text_sigle, 'ART/ABC/00001', 'ID');
+is($doc->corpus_sigle, 'ART', 'corpusID');
+is($meta->{D_pub_date}, '20010402', 'pubDate');
+is($meta->{S_pub_place}, 'Mannheim', 'pubPlace');
+is($meta->{S_pub_place_key}, 'DE', 'pubPlace key');
+is($meta->{K_text_class}->[0], 'freizeit-unterhaltung', 'TextClass');
+is($meta->{K_text_class}->[1], 'vereine-veranstaltungen', 'TextClass');
+ok(!$meta->{K_text_class}->[2], 'TextClass');
+#is($doc->author->[0], 'Ruru', 'author');
+#is($doc->author->[1], 'Jens.Ol', 'author');
+#is($doc->author->[2], 'Aglarech', 'author');
+is($meta->{T_author}, 'Ruru; Jens.Ol; Aglarech; u.a.', 'author');
+
+# Additional information
+is($meta->{A_editor}, 'Nils Diewald', 'Editor');
+is($meta->{A_publisher}, 'Artificial articles Inc.', 'Publisher');
+is($meta->{D_creation_date}, '19990601', 'Creation date');
+#is($doc->coll_title, 'Artificial articles', 'Collection title');
+#is($doc->coll_sub_title, 'Best of!', 'Collection subtitle');
+#is($doc->coll_editor, 'Nils Diewald', 'Collection editor');
+#is($doc->coll_author, 'Nils Diewald', 'Collection author');
+is($meta->{S_text_type}, 'Zeitung: Tageszeitung', 'No text_type');
+is($meta->{S_text_type_art}, 'Bericht', 'text_type art');
+
+done_testing;
+__END__
+
diff --git a/t/real/agd.t b/t/real/agd.t
index f9b7ecc..ebb658b 100644
--- a/t/real/agd.t
+++ b/t/real/agd.t
@@ -28,7 +28,7 @@
 
 use_ok('KorAP::XML::Krill');
 
-my $path = catdir(dirname(__FILE__), '..', 'corpus', 'AGD-scrambled', 'DOC', '00001');
+my $path = catdir(dirname(__FILE__), 'corpus', 'AGD-scrambled', 'DOC', '00001');
 
 ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
@@ -135,7 +135,7 @@
 
 
 # New revision
-$path = catdir(dirname(__FILE__), '..', 'corpus', 'FOLK-scrambled', '00068-SE-01', 'T-05');
+$path = catdir(dirname(__FILE__), 'corpus', 'FOLK-scrambled', '00068-SE-01', 'T-05');
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
 
diff --git a/t/real/bzk.t b/t/real/bzk.t
index bb5a2f2..8636fb9 100644
--- a/t/real/bzk.t
+++ b/t/real/bzk.t
@@ -28,7 +28,7 @@
 
 use_ok('KorAP::XML::Krill');
 
-my $path = catdir(dirname(__FILE__), '..', 'corpus', 'BZK', 'D59', '00001');
+my $path = catdir(dirname(__FILE__), 'corpus', 'BZK', 'D59', '00001');
 
 ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
diff --git a/t/real/bzk_2.t b/t/real/bzk_2.t
index d957b6b..98316e1 100644
--- a/t/real/bzk_2.t
+++ b/t/real/bzk_2.t
@@ -20,7 +20,7 @@
 
 use_ok('KorAP::XML::Krill');
 
-my $path = catdir(dirname(__FILE__), '../corpus/BZK/D59/00089');
+my $path = catdir(dirname(__FILE__), 'corpus','BZK','D59','00089');
 
 ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::XML::Krill');
 ok($doc->parse, 'Parse document');
diff --git a/t/corpus/A00/02035-substring/base/paragraph.xml b/t/real/corpus/A00/02035-substring/base/paragraph.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/base/paragraph.xml
rename to t/real/corpus/A00/02035-substring/base/paragraph.xml
diff --git a/t/corpus/A00/02035-substring/base/sentences.xml b/t/real/corpus/A00/02035-substring/base/sentences.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/base/sentences.xml
rename to t/real/corpus/A00/02035-substring/base/sentences.xml
diff --git a/t/corpus/A00/02035-substring/base/tokens_aggr.xml b/t/real/corpus/A00/02035-substring/base/tokens_aggr.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/base/tokens_aggr.xml
rename to t/real/corpus/A00/02035-substring/base/tokens_aggr.xml
diff --git a/t/corpus/A00/02035-substring/base/tokens_conservative.xml b/t/real/corpus/A00/02035-substring/base/tokens_conservative.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/base/tokens_conservative.xml
rename to t/real/corpus/A00/02035-substring/base/tokens_conservative.xml
diff --git a/t/corpus/A00/02035-substring/connexor/metadata.xml b/t/real/corpus/A00/02035-substring/connexor/metadata.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/connexor/metadata.xml
rename to t/real/corpus/A00/02035-substring/connexor/metadata.xml
diff --git a/t/corpus/A00/02035-substring/connexor/morpho.xml b/t/real/corpus/A00/02035-substring/connexor/morpho.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/connexor/morpho.xml
rename to t/real/corpus/A00/02035-substring/connexor/morpho.xml
diff --git a/t/corpus/A00/02035-substring/connexor/mpt.xml b/t/real/corpus/A00/02035-substring/connexor/mpt.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/connexor/mpt.xml
rename to t/real/corpus/A00/02035-substring/connexor/mpt.xml
diff --git a/t/corpus/A00/02035-substring/connexor/phrase.xml b/t/real/corpus/A00/02035-substring/connexor/phrase.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/connexor/phrase.xml
rename to t/real/corpus/A00/02035-substring/connexor/phrase.xml
diff --git a/t/corpus/A00/02035-substring/connexor/sentences.xml b/t/real/corpus/A00/02035-substring/connexor/sentences.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/connexor/sentences.xml
rename to t/real/corpus/A00/02035-substring/connexor/sentences.xml
diff --git a/t/corpus/A00/02035-substring/connexor/syntax.xml b/t/real/corpus/A00/02035-substring/connexor/syntax.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/connexor/syntax.xml
rename to t/real/corpus/A00/02035-substring/connexor/syntax.xml
diff --git a/t/corpus/A00/02035-substring/connexor/tokens.xml b/t/real/corpus/A00/02035-substring/connexor/tokens.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/connexor/tokens.xml
rename to t/real/corpus/A00/02035-substring/connexor/tokens.xml
diff --git a/t/corpus/A00/02035-substring/corenlp/ne_dewac_175m_600.xml b/t/real/corpus/A00/02035-substring/corenlp/ne_dewac_175m_600.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/corenlp/ne_dewac_175m_600.xml
rename to t/real/corpus/A00/02035-substring/corenlp/ne_dewac_175m_600.xml
diff --git a/t/corpus/A00/02035-substring/corenlp/ne_hgc_175m_600.xml b/t/real/corpus/A00/02035-substring/corenlp/ne_hgc_175m_600.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/corenlp/ne_hgc_175m_600.xml
rename to t/real/corpus/A00/02035-substring/corenlp/ne_hgc_175m_600.xml
diff --git a/t/corpus/A00/02035-substring/corenlp/sentences.xml b/t/real/corpus/A00/02035-substring/corenlp/sentences.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/corenlp/sentences.xml
rename to t/real/corpus/A00/02035-substring/corenlp/sentences.xml
diff --git a/t/corpus/A00/02035-substring/corenlp/tokens.xml b/t/real/corpus/A00/02035-substring/corenlp/tokens.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/corenlp/tokens.xml
rename to t/real/corpus/A00/02035-substring/corenlp/tokens.xml
diff --git a/t/corpus/A00/02035-substring/data.xml b/t/real/corpus/A00/02035-substring/data.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/data.xml
rename to t/real/corpus/A00/02035-substring/data.xml
diff --git a/t/corpus/A00/02035-substring/header.xml b/t/real/corpus/A00/02035-substring/header.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/header.xml
rename to t/real/corpus/A00/02035-substring/header.xml
diff --git a/t/corpus/A00/02035-substring/mate/dependency.xml b/t/real/corpus/A00/02035-substring/mate/dependency.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/mate/dependency.xml
rename to t/real/corpus/A00/02035-substring/mate/dependency.xml
diff --git a/t/corpus/A00/02035-substring/mate/morpho.xml b/t/real/corpus/A00/02035-substring/mate/morpho.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/mate/morpho.xml
rename to t/real/corpus/A00/02035-substring/mate/morpho.xml
diff --git a/t/corpus/A00/02035-substring/mate/pipeline/one_token_per_line.txt b/t/real/corpus/A00/02035-substring/mate/pipeline/one_token_per_line.txt
similarity index 100%
rename from t/corpus/A00/02035-substring/mate/pipeline/one_token_per_line.txt
rename to t/real/corpus/A00/02035-substring/mate/pipeline/one_token_per_line.txt
diff --git a/t/corpus/A00/02035-substring/mate/pipeline/parsed.txt b/t/real/corpus/A00/02035-substring/mate/pipeline/parsed.txt
similarity index 100%
rename from t/corpus/A00/02035-substring/mate/pipeline/parsed.txt
rename to t/real/corpus/A00/02035-substring/mate/pipeline/parsed.txt
diff --git a/t/corpus/A00/02035-substring/mate/tokenSpans/number_tokenSpans.xml b/t/real/corpus/A00/02035-substring/mate/tokenSpans/number_tokenSpans.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/mate/tokenSpans/number_tokenSpans.xml
rename to t/real/corpus/A00/02035-substring/mate/tokenSpans/number_tokenSpans.xml
diff --git a/t/corpus/A00/02035-substring/opennlp/morpho.xml b/t/real/corpus/A00/02035-substring/opennlp/morpho.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/opennlp/morpho.xml
rename to t/real/corpus/A00/02035-substring/opennlp/morpho.xml
diff --git a/t/corpus/A00/02035-substring/opennlp/sentences.xml b/t/real/corpus/A00/02035-substring/opennlp/sentences.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/opennlp/sentences.xml
rename to t/real/corpus/A00/02035-substring/opennlp/sentences.xml
diff --git a/t/corpus/A00/02035-substring/opennlp/tokens.xml b/t/real/corpus/A00/02035-substring/opennlp/tokens.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/opennlp/tokens.xml
rename to t/real/corpus/A00/02035-substring/opennlp/tokens.xml
diff --git a/t/corpus/A00/02035-substring/struct/structure.xml b/t/real/corpus/A00/02035-substring/struct/structure.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/struct/structure.xml
rename to t/real/corpus/A00/02035-substring/struct/structure.xml
diff --git a/t/corpus/A00/02035-substring/text.txt b/t/real/corpus/A00/02035-substring/text.txt
similarity index 100%
rename from t/corpus/A00/02035-substring/text.txt
rename to t/real/corpus/A00/02035-substring/text.txt
diff --git a/t/corpus/A00/02035-substring/tree_tagger/metadata.xml b/t/real/corpus/A00/02035-substring/tree_tagger/metadata.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/tree_tagger/metadata.xml
rename to t/real/corpus/A00/02035-substring/tree_tagger/metadata.xml
diff --git a/t/corpus/A00/02035-substring/tree_tagger/morpho.xml b/t/real/corpus/A00/02035-substring/tree_tagger/morpho.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/tree_tagger/morpho.xml
rename to t/real/corpus/A00/02035-substring/tree_tagger/morpho.xml
diff --git a/t/corpus/A00/02035-substring/tree_tagger/sentences.xml b/t/real/corpus/A00/02035-substring/tree_tagger/sentences.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/tree_tagger/sentences.xml
rename to t/real/corpus/A00/02035-substring/tree_tagger/sentences.xml
diff --git a/t/corpus/A00/02035-substring/tree_tagger/tokens.xml b/t/real/corpus/A00/02035-substring/tree_tagger/tokens.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/tree_tagger/tokens.xml
rename to t/real/corpus/A00/02035-substring/tree_tagger/tokens.xml
diff --git a/t/corpus/A00/02035-substring/xip/constituency.xml b/t/real/corpus/A00/02035-substring/xip/constituency.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/xip/constituency.xml
rename to t/real/corpus/A00/02035-substring/xip/constituency.xml
diff --git a/t/corpus/A00/02035-substring/xip/dependency.xml b/t/real/corpus/A00/02035-substring/xip/dependency.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/xip/dependency.xml
rename to t/real/corpus/A00/02035-substring/xip/dependency.xml
diff --git a/t/corpus/A00/02035-substring/xip/metadata.xml b/t/real/corpus/A00/02035-substring/xip/metadata.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/xip/metadata.xml
rename to t/real/corpus/A00/02035-substring/xip/metadata.xml
diff --git a/t/corpus/A00/02035-substring/xip/morpho.xml b/t/real/corpus/A00/02035-substring/xip/morpho.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/xip/morpho.xml
rename to t/real/corpus/A00/02035-substring/xip/morpho.xml
diff --git a/t/corpus/A00/02035-substring/xip/sentences.xml b/t/real/corpus/A00/02035-substring/xip/sentences.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/xip/sentences.xml
rename to t/real/corpus/A00/02035-substring/xip/sentences.xml
diff --git a/t/corpus/A00/02035-substring/xip/tokens.xml b/t/real/corpus/A00/02035-substring/xip/tokens.xml
similarity index 100%
rename from t/corpus/A00/02035-substring/xip/tokens.xml
rename to t/real/corpus/A00/02035-substring/xip/tokens.xml
diff --git a/t/corpus/A00/02873-meta/base/paragraph.xml b/t/real/corpus/A00/02873-meta/base/paragraph.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/base/paragraph.xml
rename to t/real/corpus/A00/02873-meta/base/paragraph.xml
diff --git a/t/corpus/A00/02873-meta/base/sentences.xml b/t/real/corpus/A00/02873-meta/base/sentences.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/base/sentences.xml
rename to t/real/corpus/A00/02873-meta/base/sentences.xml
diff --git a/t/corpus/A00/02873-meta/base/tokens_aggr.xml b/t/real/corpus/A00/02873-meta/base/tokens_aggr.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/base/tokens_aggr.xml
rename to t/real/corpus/A00/02873-meta/base/tokens_aggr.xml
diff --git a/t/corpus/A00/02873-meta/base/tokens_conservative.xml b/t/real/corpus/A00/02873-meta/base/tokens_conservative.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/base/tokens_conservative.xml
rename to t/real/corpus/A00/02873-meta/base/tokens_conservative.xml
diff --git a/t/corpus/A00/02873-meta/connexor/metadata.xml b/t/real/corpus/A00/02873-meta/connexor/metadata.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/connexor/metadata.xml
rename to t/real/corpus/A00/02873-meta/connexor/metadata.xml
diff --git a/t/corpus/A00/02873-meta/connexor/morpho.xml b/t/real/corpus/A00/02873-meta/connexor/morpho.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/connexor/morpho.xml
rename to t/real/corpus/A00/02873-meta/connexor/morpho.xml
diff --git a/t/corpus/A00/02873-meta/connexor/mpt.xml b/t/real/corpus/A00/02873-meta/connexor/mpt.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/connexor/mpt.xml
rename to t/real/corpus/A00/02873-meta/connexor/mpt.xml
diff --git a/t/corpus/A00/02873-meta/connexor/phrase.xml b/t/real/corpus/A00/02873-meta/connexor/phrase.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/connexor/phrase.xml
rename to t/real/corpus/A00/02873-meta/connexor/phrase.xml
diff --git a/t/corpus/A00/02873-meta/connexor/sentences.xml b/t/real/corpus/A00/02873-meta/connexor/sentences.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/connexor/sentences.xml
rename to t/real/corpus/A00/02873-meta/connexor/sentences.xml
diff --git a/t/corpus/A00/02873-meta/connexor/syntax.xml b/t/real/corpus/A00/02873-meta/connexor/syntax.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/connexor/syntax.xml
rename to t/real/corpus/A00/02873-meta/connexor/syntax.xml
diff --git a/t/corpus/A00/02873-meta/connexor/tokens.xml b/t/real/corpus/A00/02873-meta/connexor/tokens.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/connexor/tokens.xml
rename to t/real/corpus/A00/02873-meta/connexor/tokens.xml
diff --git a/t/corpus/A00/02873-meta/corenlp/ne_dewac_175m_600.xml b/t/real/corpus/A00/02873-meta/corenlp/ne_dewac_175m_600.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/corenlp/ne_dewac_175m_600.xml
rename to t/real/corpus/A00/02873-meta/corenlp/ne_dewac_175m_600.xml
diff --git a/t/corpus/A00/02873-meta/corenlp/ne_hgc_175m_600.xml b/t/real/corpus/A00/02873-meta/corenlp/ne_hgc_175m_600.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/corenlp/ne_hgc_175m_600.xml
rename to t/real/corpus/A00/02873-meta/corenlp/ne_hgc_175m_600.xml
diff --git a/t/corpus/A00/02873-meta/corenlp/sentences.xml b/t/real/corpus/A00/02873-meta/corenlp/sentences.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/corenlp/sentences.xml
rename to t/real/corpus/A00/02873-meta/corenlp/sentences.xml
diff --git a/t/corpus/A00/02873-meta/corenlp/tokens.xml b/t/real/corpus/A00/02873-meta/corenlp/tokens.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/corenlp/tokens.xml
rename to t/real/corpus/A00/02873-meta/corenlp/tokens.xml
diff --git a/t/corpus/A00/02873-meta/data.xml b/t/real/corpus/A00/02873-meta/data.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/data.xml
rename to t/real/corpus/A00/02873-meta/data.xml
diff --git a/t/corpus/A00/02873-meta/header.xml b/t/real/corpus/A00/02873-meta/header.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/header.xml
rename to t/real/corpus/A00/02873-meta/header.xml
diff --git a/t/corpus/A00/02873-meta/mate/dependency.xml b/t/real/corpus/A00/02873-meta/mate/dependency.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/mate/dependency.xml
rename to t/real/corpus/A00/02873-meta/mate/dependency.xml
diff --git a/t/corpus/A00/02873-meta/mate/morpho.xml b/t/real/corpus/A00/02873-meta/mate/morpho.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/mate/morpho.xml
rename to t/real/corpus/A00/02873-meta/mate/morpho.xml
diff --git a/t/corpus/A00/02873-meta/mate/pipeline/one_token_per_line.txt b/t/real/corpus/A00/02873-meta/mate/pipeline/one_token_per_line.txt
similarity index 100%
rename from t/corpus/A00/02873-meta/mate/pipeline/one_token_per_line.txt
rename to t/real/corpus/A00/02873-meta/mate/pipeline/one_token_per_line.txt
diff --git a/t/corpus/A00/02873-meta/mate/pipeline/parsed.txt b/t/real/corpus/A00/02873-meta/mate/pipeline/parsed.txt
similarity index 100%
rename from t/corpus/A00/02873-meta/mate/pipeline/parsed.txt
rename to t/real/corpus/A00/02873-meta/mate/pipeline/parsed.txt
diff --git a/t/corpus/A00/02873-meta/mate/tokenSpans/number_tokenSpans.xml b/t/real/corpus/A00/02873-meta/mate/tokenSpans/number_tokenSpans.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/mate/tokenSpans/number_tokenSpans.xml
rename to t/real/corpus/A00/02873-meta/mate/tokenSpans/number_tokenSpans.xml
diff --git a/t/corpus/A00/02873-meta/opennlp/morpho.xml b/t/real/corpus/A00/02873-meta/opennlp/morpho.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/opennlp/morpho.xml
rename to t/real/corpus/A00/02873-meta/opennlp/morpho.xml
diff --git a/t/corpus/A00/02873-meta/opennlp/sentences.xml b/t/real/corpus/A00/02873-meta/opennlp/sentences.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/opennlp/sentences.xml
rename to t/real/corpus/A00/02873-meta/opennlp/sentences.xml
diff --git a/t/corpus/A00/02873-meta/opennlp/tokens.xml b/t/real/corpus/A00/02873-meta/opennlp/tokens.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/opennlp/tokens.xml
rename to t/real/corpus/A00/02873-meta/opennlp/tokens.xml
diff --git a/t/corpus/A00/02873-meta/struct/structure.xml b/t/real/corpus/A00/02873-meta/struct/structure.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/struct/structure.xml
rename to t/real/corpus/A00/02873-meta/struct/structure.xml
diff --git a/t/corpus/A00/02873-meta/text.txt b/t/real/corpus/A00/02873-meta/text.txt
similarity index 100%
rename from t/corpus/A00/02873-meta/text.txt
rename to t/real/corpus/A00/02873-meta/text.txt
diff --git a/t/corpus/A00/02873-meta/tree_tagger/metadata.xml b/t/real/corpus/A00/02873-meta/tree_tagger/metadata.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/tree_tagger/metadata.xml
rename to t/real/corpus/A00/02873-meta/tree_tagger/metadata.xml
diff --git a/t/corpus/A00/02873-meta/tree_tagger/morpho.xml b/t/real/corpus/A00/02873-meta/tree_tagger/morpho.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/tree_tagger/morpho.xml
rename to t/real/corpus/A00/02873-meta/tree_tagger/morpho.xml
diff --git a/t/corpus/A00/02873-meta/tree_tagger/sentences.xml b/t/real/corpus/A00/02873-meta/tree_tagger/sentences.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/tree_tagger/sentences.xml
rename to t/real/corpus/A00/02873-meta/tree_tagger/sentences.xml
diff --git a/t/corpus/A00/02873-meta/tree_tagger/tokens.xml b/t/real/corpus/A00/02873-meta/tree_tagger/tokens.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/tree_tagger/tokens.xml
rename to t/real/corpus/A00/02873-meta/tree_tagger/tokens.xml
diff --git a/t/corpus/A00/02873-meta/xip/constituency.xml b/t/real/corpus/A00/02873-meta/xip/constituency.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/xip/constituency.xml
rename to t/real/corpus/A00/02873-meta/xip/constituency.xml
diff --git a/t/corpus/A00/02873-meta/xip/dependency.xml b/t/real/corpus/A00/02873-meta/xip/dependency.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/xip/dependency.xml
rename to t/real/corpus/A00/02873-meta/xip/dependency.xml
diff --git a/t/corpus/A00/02873-meta/xip/metadata.xml b/t/real/corpus/A00/02873-meta/xip/metadata.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/xip/metadata.xml
rename to t/real/corpus/A00/02873-meta/xip/metadata.xml
diff --git a/t/corpus/A00/02873-meta/xip/morpho.xml b/t/real/corpus/A00/02873-meta/xip/morpho.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/xip/morpho.xml
rename to t/real/corpus/A00/02873-meta/xip/morpho.xml
diff --git a/t/corpus/A00/02873-meta/xip/sentences.xml b/t/real/corpus/A00/02873-meta/xip/sentences.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/xip/sentences.xml
rename to t/real/corpus/A00/02873-meta/xip/sentences.xml
diff --git a/t/corpus/A00/02873-meta/xip/tokens.xml b/t/real/corpus/A00/02873-meta/xip/tokens.xml
similarity index 100%
rename from t/corpus/A00/02873-meta/xip/tokens.xml
rename to t/real/corpus/A00/02873-meta/xip/tokens.xml
diff --git a/t/corpus/A00/05663-unbalanced/base/paragraph.xml b/t/real/corpus/A00/05663-unbalanced/base/paragraph.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/base/paragraph.xml
rename to t/real/corpus/A00/05663-unbalanced/base/paragraph.xml
diff --git a/t/corpus/A00/05663-unbalanced/base/sentences.xml b/t/real/corpus/A00/05663-unbalanced/base/sentences.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/base/sentences.xml
rename to t/real/corpus/A00/05663-unbalanced/base/sentences.xml
diff --git a/t/corpus/A00/05663-unbalanced/base/tokens_aggr.xml b/t/real/corpus/A00/05663-unbalanced/base/tokens_aggr.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/base/tokens_aggr.xml
rename to t/real/corpus/A00/05663-unbalanced/base/tokens_aggr.xml
diff --git a/t/corpus/A00/05663-unbalanced/base/tokens_conservative.xml b/t/real/corpus/A00/05663-unbalanced/base/tokens_conservative.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/base/tokens_conservative.xml
rename to t/real/corpus/A00/05663-unbalanced/base/tokens_conservative.xml
diff --git a/t/corpus/A00/05663-unbalanced/connexor/metadata.xml b/t/real/corpus/A00/05663-unbalanced/connexor/metadata.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/connexor/metadata.xml
rename to t/real/corpus/A00/05663-unbalanced/connexor/metadata.xml
diff --git a/t/corpus/A00/05663-unbalanced/connexor/morpho.xml b/t/real/corpus/A00/05663-unbalanced/connexor/morpho.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/connexor/morpho.xml
rename to t/real/corpus/A00/05663-unbalanced/connexor/morpho.xml
diff --git a/t/corpus/A00/05663-unbalanced/connexor/mpt.xml b/t/real/corpus/A00/05663-unbalanced/connexor/mpt.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/connexor/mpt.xml
rename to t/real/corpus/A00/05663-unbalanced/connexor/mpt.xml
diff --git a/t/corpus/A00/05663-unbalanced/connexor/phrase.xml b/t/real/corpus/A00/05663-unbalanced/connexor/phrase.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/connexor/phrase.xml
rename to t/real/corpus/A00/05663-unbalanced/connexor/phrase.xml
diff --git a/t/corpus/A00/05663-unbalanced/connexor/sentences.xml b/t/real/corpus/A00/05663-unbalanced/connexor/sentences.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/connexor/sentences.xml
rename to t/real/corpus/A00/05663-unbalanced/connexor/sentences.xml
diff --git a/t/corpus/A00/05663-unbalanced/connexor/syntax.xml b/t/real/corpus/A00/05663-unbalanced/connexor/syntax.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/connexor/syntax.xml
rename to t/real/corpus/A00/05663-unbalanced/connexor/syntax.xml
diff --git a/t/corpus/A00/05663-unbalanced/connexor/tokens.xml b/t/real/corpus/A00/05663-unbalanced/connexor/tokens.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/connexor/tokens.xml
rename to t/real/corpus/A00/05663-unbalanced/connexor/tokens.xml
diff --git a/t/corpus/A00/05663-unbalanced/corenlp/ne_dewac_175m_600.xml b/t/real/corpus/A00/05663-unbalanced/corenlp/ne_dewac_175m_600.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/corenlp/ne_dewac_175m_600.xml
rename to t/real/corpus/A00/05663-unbalanced/corenlp/ne_dewac_175m_600.xml
diff --git a/t/corpus/A00/05663-unbalanced/corenlp/ne_hgc_175m_600.xml b/t/real/corpus/A00/05663-unbalanced/corenlp/ne_hgc_175m_600.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/corenlp/ne_hgc_175m_600.xml
rename to t/real/corpus/A00/05663-unbalanced/corenlp/ne_hgc_175m_600.xml
diff --git a/t/corpus/A00/05663-unbalanced/corenlp/sentences.xml b/t/real/corpus/A00/05663-unbalanced/corenlp/sentences.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/corenlp/sentences.xml
rename to t/real/corpus/A00/05663-unbalanced/corenlp/sentences.xml
diff --git a/t/corpus/A00/05663-unbalanced/corenlp/tokens.xml b/t/real/corpus/A00/05663-unbalanced/corenlp/tokens.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/corenlp/tokens.xml
rename to t/real/corpus/A00/05663-unbalanced/corenlp/tokens.xml
diff --git a/t/corpus/A00/05663-unbalanced/data.xml b/t/real/corpus/A00/05663-unbalanced/data.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/data.xml
rename to t/real/corpus/A00/05663-unbalanced/data.xml
diff --git a/t/corpus/A00/05663-unbalanced/header.xml b/t/real/corpus/A00/05663-unbalanced/header.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/header.xml
rename to t/real/corpus/A00/05663-unbalanced/header.xml
diff --git a/t/corpus/A00/05663-unbalanced/mate/dependency.xml b/t/real/corpus/A00/05663-unbalanced/mate/dependency.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/mate/dependency.xml
rename to t/real/corpus/A00/05663-unbalanced/mate/dependency.xml
diff --git a/t/corpus/A00/05663-unbalanced/mate/morpho.xml b/t/real/corpus/A00/05663-unbalanced/mate/morpho.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/mate/morpho.xml
rename to t/real/corpus/A00/05663-unbalanced/mate/morpho.xml
diff --git a/t/corpus/A00/05663-unbalanced/mate/pipeline/one_token_per_line.txt b/t/real/corpus/A00/05663-unbalanced/mate/pipeline/one_token_per_line.txt
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/mate/pipeline/one_token_per_line.txt
rename to t/real/corpus/A00/05663-unbalanced/mate/pipeline/one_token_per_line.txt
diff --git a/t/corpus/A00/05663-unbalanced/mate/pipeline/parsed.txt b/t/real/corpus/A00/05663-unbalanced/mate/pipeline/parsed.txt
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/mate/pipeline/parsed.txt
rename to t/real/corpus/A00/05663-unbalanced/mate/pipeline/parsed.txt
diff --git a/t/corpus/A00/05663-unbalanced/mate/tokenSpans/number_tokenSpans.xml b/t/real/corpus/A00/05663-unbalanced/mate/tokenSpans/number_tokenSpans.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/mate/tokenSpans/number_tokenSpans.xml
rename to t/real/corpus/A00/05663-unbalanced/mate/tokenSpans/number_tokenSpans.xml
diff --git a/t/corpus/A00/05663-unbalanced/opennlp/morpho.xml b/t/real/corpus/A00/05663-unbalanced/opennlp/morpho.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/opennlp/morpho.xml
rename to t/real/corpus/A00/05663-unbalanced/opennlp/morpho.xml
diff --git a/t/corpus/A00/05663-unbalanced/opennlp/sentences.xml b/t/real/corpus/A00/05663-unbalanced/opennlp/sentences.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/opennlp/sentences.xml
rename to t/real/corpus/A00/05663-unbalanced/opennlp/sentences.xml
diff --git a/t/corpus/A00/05663-unbalanced/opennlp/tokens.xml b/t/real/corpus/A00/05663-unbalanced/opennlp/tokens.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/opennlp/tokens.xml
rename to t/real/corpus/A00/05663-unbalanced/opennlp/tokens.xml
diff --git a/t/corpus/A00/05663-unbalanced/struct/structure.xml b/t/real/corpus/A00/05663-unbalanced/struct/structure.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/struct/structure.xml
rename to t/real/corpus/A00/05663-unbalanced/struct/structure.xml
diff --git a/t/corpus/A00/05663-unbalanced/text.txt b/t/real/corpus/A00/05663-unbalanced/text.txt
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/text.txt
rename to t/real/corpus/A00/05663-unbalanced/text.txt
diff --git a/t/corpus/A00/05663-unbalanced/tree_tagger/metadata.xml b/t/real/corpus/A00/05663-unbalanced/tree_tagger/metadata.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/tree_tagger/metadata.xml
rename to t/real/corpus/A00/05663-unbalanced/tree_tagger/metadata.xml
diff --git a/t/corpus/A00/05663-unbalanced/tree_tagger/morpho.xml b/t/real/corpus/A00/05663-unbalanced/tree_tagger/morpho.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/tree_tagger/morpho.xml
rename to t/real/corpus/A00/05663-unbalanced/tree_tagger/morpho.xml
diff --git a/t/corpus/A00/05663-unbalanced/tree_tagger/sentences.xml b/t/real/corpus/A00/05663-unbalanced/tree_tagger/sentences.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/tree_tagger/sentences.xml
rename to t/real/corpus/A00/05663-unbalanced/tree_tagger/sentences.xml
diff --git a/t/corpus/A00/05663-unbalanced/tree_tagger/tokens.xml b/t/real/corpus/A00/05663-unbalanced/tree_tagger/tokens.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/tree_tagger/tokens.xml
rename to t/real/corpus/A00/05663-unbalanced/tree_tagger/tokens.xml
diff --git a/t/corpus/A00/05663-unbalanced/xip/constituency.xml b/t/real/corpus/A00/05663-unbalanced/xip/constituency.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/xip/constituency.xml
rename to t/real/corpus/A00/05663-unbalanced/xip/constituency.xml
diff --git a/t/corpus/A00/05663-unbalanced/xip/dependency.xml b/t/real/corpus/A00/05663-unbalanced/xip/dependency.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/xip/dependency.xml
rename to t/real/corpus/A00/05663-unbalanced/xip/dependency.xml
diff --git a/t/corpus/A00/05663-unbalanced/xip/metadata.xml b/t/real/corpus/A00/05663-unbalanced/xip/metadata.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/xip/metadata.xml
rename to t/real/corpus/A00/05663-unbalanced/xip/metadata.xml
diff --git a/t/corpus/A00/05663-unbalanced/xip/morpho.xml b/t/real/corpus/A00/05663-unbalanced/xip/morpho.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/xip/morpho.xml
rename to t/real/corpus/A00/05663-unbalanced/xip/morpho.xml
diff --git a/t/corpus/A00/05663-unbalanced/xip/sentences.xml b/t/real/corpus/A00/05663-unbalanced/xip/sentences.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/xip/sentences.xml
rename to t/real/corpus/A00/05663-unbalanced/xip/sentences.xml
diff --git a/t/corpus/A00/05663-unbalanced/xip/tokens.xml b/t/real/corpus/A00/05663-unbalanced/xip/tokens.xml
similarity index 100%
rename from t/corpus/A00/05663-unbalanced/xip/tokens.xml
rename to t/real/corpus/A00/05663-unbalanced/xip/tokens.xml
diff --git a/t/corpus/A00/07452-deep/base/paragraph.xml b/t/real/corpus/A00/07452-deep/base/paragraph.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/base/paragraph.xml
rename to t/real/corpus/A00/07452-deep/base/paragraph.xml
diff --git a/t/corpus/A00/07452-deep/base/sentences.xml b/t/real/corpus/A00/07452-deep/base/sentences.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/base/sentences.xml
rename to t/real/corpus/A00/07452-deep/base/sentences.xml
diff --git a/t/corpus/A00/07452-deep/base/tokens_aggr.xml b/t/real/corpus/A00/07452-deep/base/tokens_aggr.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/base/tokens_aggr.xml
rename to t/real/corpus/A00/07452-deep/base/tokens_aggr.xml
diff --git a/t/corpus/A00/07452-deep/base/tokens_conservative.xml b/t/real/corpus/A00/07452-deep/base/tokens_conservative.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/base/tokens_conservative.xml
rename to t/real/corpus/A00/07452-deep/base/tokens_conservative.xml
diff --git a/t/corpus/A00/07452-deep/connexor/metadata.xml b/t/real/corpus/A00/07452-deep/connexor/metadata.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/connexor/metadata.xml
rename to t/real/corpus/A00/07452-deep/connexor/metadata.xml
diff --git a/t/corpus/A00/07452-deep/connexor/morpho.xml b/t/real/corpus/A00/07452-deep/connexor/morpho.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/connexor/morpho.xml
rename to t/real/corpus/A00/07452-deep/connexor/morpho.xml
diff --git a/t/corpus/A00/07452-deep/connexor/mpt.xml b/t/real/corpus/A00/07452-deep/connexor/mpt.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/connexor/mpt.xml
rename to t/real/corpus/A00/07452-deep/connexor/mpt.xml
diff --git a/t/corpus/A00/07452-deep/connexor/phrase.xml b/t/real/corpus/A00/07452-deep/connexor/phrase.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/connexor/phrase.xml
rename to t/real/corpus/A00/07452-deep/connexor/phrase.xml
diff --git a/t/corpus/A00/07452-deep/connexor/sentences.xml b/t/real/corpus/A00/07452-deep/connexor/sentences.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/connexor/sentences.xml
rename to t/real/corpus/A00/07452-deep/connexor/sentences.xml
diff --git a/t/corpus/A00/07452-deep/connexor/syntax.xml b/t/real/corpus/A00/07452-deep/connexor/syntax.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/connexor/syntax.xml
rename to t/real/corpus/A00/07452-deep/connexor/syntax.xml
diff --git a/t/corpus/A00/07452-deep/connexor/tokens.xml b/t/real/corpus/A00/07452-deep/connexor/tokens.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/connexor/tokens.xml
rename to t/real/corpus/A00/07452-deep/connexor/tokens.xml
diff --git a/t/corpus/A00/07452-deep/corenlp/ne_dewac_175m_600.xml b/t/real/corpus/A00/07452-deep/corenlp/ne_dewac_175m_600.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/corenlp/ne_dewac_175m_600.xml
rename to t/real/corpus/A00/07452-deep/corenlp/ne_dewac_175m_600.xml
diff --git a/t/corpus/A00/07452-deep/corenlp/ne_hgc_175m_600.xml b/t/real/corpus/A00/07452-deep/corenlp/ne_hgc_175m_600.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/corenlp/ne_hgc_175m_600.xml
rename to t/real/corpus/A00/07452-deep/corenlp/ne_hgc_175m_600.xml
diff --git a/t/corpus/A00/07452-deep/corenlp/sentences.xml b/t/real/corpus/A00/07452-deep/corenlp/sentences.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/corenlp/sentences.xml
rename to t/real/corpus/A00/07452-deep/corenlp/sentences.xml
diff --git a/t/corpus/A00/07452-deep/corenlp/tokens.xml b/t/real/corpus/A00/07452-deep/corenlp/tokens.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/corenlp/tokens.xml
rename to t/real/corpus/A00/07452-deep/corenlp/tokens.xml
diff --git a/t/corpus/A00/07452-deep/data.xml b/t/real/corpus/A00/07452-deep/data.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/data.xml
rename to t/real/corpus/A00/07452-deep/data.xml
diff --git a/t/corpus/A00/07452-deep/header.xml b/t/real/corpus/A00/07452-deep/header.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/header.xml
rename to t/real/corpus/A00/07452-deep/header.xml
diff --git a/t/corpus/A00/07452-deep/mate/dependency.xml b/t/real/corpus/A00/07452-deep/mate/dependency.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/mate/dependency.xml
rename to t/real/corpus/A00/07452-deep/mate/dependency.xml
diff --git a/t/corpus/A00/07452-deep/mate/morpho.xml b/t/real/corpus/A00/07452-deep/mate/morpho.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/mate/morpho.xml
rename to t/real/corpus/A00/07452-deep/mate/morpho.xml
diff --git a/t/corpus/A00/07452-deep/mate/pipeline/one_token_per_line.txt b/t/real/corpus/A00/07452-deep/mate/pipeline/one_token_per_line.txt
similarity index 100%
rename from t/corpus/A00/07452-deep/mate/pipeline/one_token_per_line.txt
rename to t/real/corpus/A00/07452-deep/mate/pipeline/one_token_per_line.txt
diff --git a/t/corpus/A00/07452-deep/mate/pipeline/parsed.txt b/t/real/corpus/A00/07452-deep/mate/pipeline/parsed.txt
similarity index 100%
rename from t/corpus/A00/07452-deep/mate/pipeline/parsed.txt
rename to t/real/corpus/A00/07452-deep/mate/pipeline/parsed.txt
diff --git a/t/corpus/A00/07452-deep/mate/tokenSpans/number_tokenSpans.xml b/t/real/corpus/A00/07452-deep/mate/tokenSpans/number_tokenSpans.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/mate/tokenSpans/number_tokenSpans.xml
rename to t/real/corpus/A00/07452-deep/mate/tokenSpans/number_tokenSpans.xml
diff --git a/t/corpus/A00/07452-deep/opennlp/morpho.xml b/t/real/corpus/A00/07452-deep/opennlp/morpho.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/opennlp/morpho.xml
rename to t/real/corpus/A00/07452-deep/opennlp/morpho.xml
diff --git a/t/corpus/A00/07452-deep/opennlp/sentences.xml b/t/real/corpus/A00/07452-deep/opennlp/sentences.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/opennlp/sentences.xml
rename to t/real/corpus/A00/07452-deep/opennlp/sentences.xml
diff --git a/t/corpus/A00/07452-deep/opennlp/tokens.xml b/t/real/corpus/A00/07452-deep/opennlp/tokens.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/opennlp/tokens.xml
rename to t/real/corpus/A00/07452-deep/opennlp/tokens.xml
diff --git a/t/corpus/A00/07452-deep/struct/structure.xml b/t/real/corpus/A00/07452-deep/struct/structure.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/struct/structure.xml
rename to t/real/corpus/A00/07452-deep/struct/structure.xml
diff --git a/t/corpus/A00/07452-deep/text.txt b/t/real/corpus/A00/07452-deep/text.txt
similarity index 100%
rename from t/corpus/A00/07452-deep/text.txt
rename to t/real/corpus/A00/07452-deep/text.txt
diff --git a/t/corpus/A00/07452-deep/tree_tagger/metadata.xml b/t/real/corpus/A00/07452-deep/tree_tagger/metadata.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/tree_tagger/metadata.xml
rename to t/real/corpus/A00/07452-deep/tree_tagger/metadata.xml
diff --git a/t/corpus/A00/07452-deep/tree_tagger/morpho.xml b/t/real/corpus/A00/07452-deep/tree_tagger/morpho.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/tree_tagger/morpho.xml
rename to t/real/corpus/A00/07452-deep/tree_tagger/morpho.xml
diff --git a/t/corpus/A00/07452-deep/tree_tagger/sentences.xml b/t/real/corpus/A00/07452-deep/tree_tagger/sentences.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/tree_tagger/sentences.xml
rename to t/real/corpus/A00/07452-deep/tree_tagger/sentences.xml
diff --git a/t/corpus/A00/07452-deep/tree_tagger/tokens.xml b/t/real/corpus/A00/07452-deep/tree_tagger/tokens.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/tree_tagger/tokens.xml
rename to t/real/corpus/A00/07452-deep/tree_tagger/tokens.xml
diff --git a/t/corpus/A00/07452-deep/xip/constituency.xml b/t/real/corpus/A00/07452-deep/xip/constituency.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/xip/constituency.xml
rename to t/real/corpus/A00/07452-deep/xip/constituency.xml
diff --git a/t/corpus/A00/07452-deep/xip/dependency.xml b/t/real/corpus/A00/07452-deep/xip/dependency.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/xip/dependency.xml
rename to t/real/corpus/A00/07452-deep/xip/dependency.xml
diff --git a/t/corpus/A00/07452-deep/xip/metadata.xml b/t/real/corpus/A00/07452-deep/xip/metadata.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/xip/metadata.xml
rename to t/real/corpus/A00/07452-deep/xip/metadata.xml
diff --git a/t/corpus/A00/07452-deep/xip/morpho.xml b/t/real/corpus/A00/07452-deep/xip/morpho.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/xip/morpho.xml
rename to t/real/corpus/A00/07452-deep/xip/morpho.xml
diff --git a/t/corpus/A00/07452-deep/xip/sentences.xml b/t/real/corpus/A00/07452-deep/xip/sentences.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/xip/sentences.xml
rename to t/real/corpus/A00/07452-deep/xip/sentences.xml
diff --git a/t/corpus/A00/07452-deep/xip/tokens.xml b/t/real/corpus/A00/07452-deep/xip/tokens.xml
similarity index 100%
rename from t/corpus/A00/07452-deep/xip/tokens.xml
rename to t/real/corpus/A00/07452-deep/xip/tokens.xml
diff --git a/t/corpus/A01/13047/base/metadata.xml b/t/real/corpus/A01/13047/base/metadata.xml
similarity index 100%
rename from t/corpus/A01/13047/base/metadata.xml
rename to t/real/corpus/A01/13047/base/metadata.xml
diff --git a/t/corpus/A01/13047/base/paragraph.xml b/t/real/corpus/A01/13047/base/paragraph.xml
similarity index 100%
rename from t/corpus/A01/13047/base/paragraph.xml
rename to t/real/corpus/A01/13047/base/paragraph.xml
diff --git a/t/corpus/A01/13047/base/sentences.xml b/t/real/corpus/A01/13047/base/sentences.xml
similarity index 100%
rename from t/corpus/A01/13047/base/sentences.xml
rename to t/real/corpus/A01/13047/base/sentences.xml
diff --git a/t/corpus/A01/13047/base/tokens_aggr.xml b/t/real/corpus/A01/13047/base/tokens_aggr.xml
similarity index 100%
rename from t/corpus/A01/13047/base/tokens_aggr.xml
rename to t/real/corpus/A01/13047/base/tokens_aggr.xml
diff --git a/t/corpus/A01/13047/base/tokens_conservative.xml b/t/real/corpus/A01/13047/base/tokens_conservative.xml
similarity index 100%
rename from t/corpus/A01/13047/base/tokens_conservative.xml
rename to t/real/corpus/A01/13047/base/tokens_conservative.xml
diff --git a/t/corpus/A01/13047/connexor/metadata.xml b/t/real/corpus/A01/13047/connexor/metadata.xml
similarity index 100%
rename from t/corpus/A01/13047/connexor/metadata.xml
rename to t/real/corpus/A01/13047/connexor/metadata.xml
diff --git a/t/corpus/A01/13047/connexor/morpho.xml b/t/real/corpus/A01/13047/connexor/morpho.xml
similarity index 100%
rename from t/corpus/A01/13047/connexor/morpho.xml
rename to t/real/corpus/A01/13047/connexor/morpho.xml
diff --git a/t/corpus/A01/13047/connexor/mpt.xml b/t/real/corpus/A01/13047/connexor/mpt.xml
similarity index 100%
rename from t/corpus/A01/13047/connexor/mpt.xml
rename to t/real/corpus/A01/13047/connexor/mpt.xml
diff --git a/t/corpus/A01/13047/connexor/phrase.xml b/t/real/corpus/A01/13047/connexor/phrase.xml
similarity index 100%
rename from t/corpus/A01/13047/connexor/phrase.xml
rename to t/real/corpus/A01/13047/connexor/phrase.xml
diff --git a/t/corpus/A01/13047/connexor/sentences.xml b/t/real/corpus/A01/13047/connexor/sentences.xml
similarity index 100%
rename from t/corpus/A01/13047/connexor/sentences.xml
rename to t/real/corpus/A01/13047/connexor/sentences.xml
diff --git a/t/corpus/A01/13047/connexor/syntax.xml b/t/real/corpus/A01/13047/connexor/syntax.xml
similarity index 100%
rename from t/corpus/A01/13047/connexor/syntax.xml
rename to t/real/corpus/A01/13047/connexor/syntax.xml
diff --git a/t/corpus/A01/13047/connexor/tokens.xml b/t/real/corpus/A01/13047/connexor/tokens.xml
similarity index 100%
rename from t/corpus/A01/13047/connexor/tokens.xml
rename to t/real/corpus/A01/13047/connexor/tokens.xml
diff --git a/t/corpus/A01/13047/corenlp/constituency.xml b/t/real/corpus/A01/13047/corenlp/constituency.xml
similarity index 100%
rename from t/corpus/A01/13047/corenlp/constituency.xml
rename to t/real/corpus/A01/13047/corenlp/constituency.xml
diff --git a/t/corpus/A01/13047/corenlp/metadata.xml b/t/real/corpus/A01/13047/corenlp/metadata.xml
similarity index 100%
rename from t/corpus/A01/13047/corenlp/metadata.xml
rename to t/real/corpus/A01/13047/corenlp/metadata.xml
diff --git a/t/corpus/A01/13047/corenlp/morpho.xml b/t/real/corpus/A01/13047/corenlp/morpho.xml
similarity index 100%
rename from t/corpus/A01/13047/corenlp/morpho.xml
rename to t/real/corpus/A01/13047/corenlp/morpho.xml
diff --git a/t/corpus/A01/13047/corenlp/ne_dewac_175m_600.xml b/t/real/corpus/A01/13047/corenlp/ne_dewac_175m_600.xml
similarity index 100%
rename from t/corpus/A01/13047/corenlp/ne_dewac_175m_600.xml
rename to t/real/corpus/A01/13047/corenlp/ne_dewac_175m_600.xml
diff --git a/t/corpus/A01/13047/corenlp/ne_hgc_175m_600.xml b/t/real/corpus/A01/13047/corenlp/ne_hgc_175m_600.xml
similarity index 100%
rename from t/corpus/A01/13047/corenlp/ne_hgc_175m_600.xml
rename to t/real/corpus/A01/13047/corenlp/ne_hgc_175m_600.xml
diff --git a/t/corpus/A01/13047/corenlp/sentences.xml b/t/real/corpus/A01/13047/corenlp/sentences.xml
similarity index 100%
rename from t/corpus/A01/13047/corenlp/sentences.xml
rename to t/real/corpus/A01/13047/corenlp/sentences.xml
diff --git a/t/corpus/A01/13047/corenlp/tokens.xml b/t/real/corpus/A01/13047/corenlp/tokens.xml
similarity index 100%
rename from t/corpus/A01/13047/corenlp/tokens.xml
rename to t/real/corpus/A01/13047/corenlp/tokens.xml
diff --git a/t/corpus/A01/13047/data.xml b/t/real/corpus/A01/13047/data.xml
similarity index 100%
rename from t/corpus/A01/13047/data.xml
rename to t/real/corpus/A01/13047/data.xml
diff --git a/t/corpus/A01/13047/header.xml b/t/real/corpus/A01/13047/header.xml
similarity index 100%
rename from t/corpus/A01/13047/header.xml
rename to t/real/corpus/A01/13047/header.xml
diff --git a/t/corpus/A01/13047/mate/dependency.xml b/t/real/corpus/A01/13047/mate/dependency.xml
similarity index 100%
rename from t/corpus/A01/13047/mate/dependency.xml
rename to t/real/corpus/A01/13047/mate/dependency.xml
diff --git a/t/corpus/A01/13047/mate/metadata.xml b/t/real/corpus/A01/13047/mate/metadata.xml
similarity index 100%
rename from t/corpus/A01/13047/mate/metadata.xml
rename to t/real/corpus/A01/13047/mate/metadata.xml
diff --git a/t/corpus/A01/13047/mate/morpho.xml b/t/real/corpus/A01/13047/mate/morpho.xml
similarity index 100%
rename from t/corpus/A01/13047/mate/morpho.xml
rename to t/real/corpus/A01/13047/mate/morpho.xml
diff --git a/t/corpus/A01/13047/mate/pipeline/one_token_per_line.txt b/t/real/corpus/A01/13047/mate/pipeline/one_token_per_line.txt
similarity index 100%
rename from t/corpus/A01/13047/mate/pipeline/one_token_per_line.txt
rename to t/real/corpus/A01/13047/mate/pipeline/one_token_per_line.txt
diff --git a/t/corpus/A01/13047/mate/pipeline/parsed.txt b/t/real/corpus/A01/13047/mate/pipeline/parsed.txt
similarity index 100%
rename from t/corpus/A01/13047/mate/pipeline/parsed.txt
rename to t/real/corpus/A01/13047/mate/pipeline/parsed.txt
diff --git a/t/corpus/A01/13047/mate/tokenSpans/number_tokenSpans.xml b/t/real/corpus/A01/13047/mate/tokenSpans/number_tokenSpans.xml
similarity index 100%
rename from t/corpus/A01/13047/mate/tokenSpans/number_tokenSpans.xml
rename to t/real/corpus/A01/13047/mate/tokenSpans/number_tokenSpans.xml
diff --git a/t/corpus/A01/13047/metadata.xml b/t/real/corpus/A01/13047/metadata.xml
similarity index 100%
rename from t/corpus/A01/13047/metadata.xml
rename to t/real/corpus/A01/13047/metadata.xml
diff --git a/t/corpus/A01/13047/opennlp/morpho.xml b/t/real/corpus/A01/13047/opennlp/morpho.xml
similarity index 100%
rename from t/corpus/A01/13047/opennlp/morpho.xml
rename to t/real/corpus/A01/13047/opennlp/morpho.xml
diff --git a/t/corpus/A01/13047/opennlp/sentences.xml b/t/real/corpus/A01/13047/opennlp/sentences.xml
similarity index 100%
rename from t/corpus/A01/13047/opennlp/sentences.xml
rename to t/real/corpus/A01/13047/opennlp/sentences.xml
diff --git a/t/corpus/A01/13047/opennlp/tokens.xml b/t/real/corpus/A01/13047/opennlp/tokens.xml
similarity index 100%
rename from t/corpus/A01/13047/opennlp/tokens.xml
rename to t/real/corpus/A01/13047/opennlp/tokens.xml
diff --git a/t/corpus/A01/13047/struct/structure.xml b/t/real/corpus/A01/13047/struct/structure.xml
similarity index 100%
rename from t/corpus/A01/13047/struct/structure.xml
rename to t/real/corpus/A01/13047/struct/structure.xml
diff --git a/t/corpus/A01/13047/text.txt b/t/real/corpus/A01/13047/text.txt
similarity index 100%
rename from t/corpus/A01/13047/text.txt
rename to t/real/corpus/A01/13047/text.txt
diff --git a/t/corpus/A01/13047/tree_tagger/metadata.xml b/t/real/corpus/A01/13047/tree_tagger/metadata.xml
similarity index 100%
rename from t/corpus/A01/13047/tree_tagger/metadata.xml
rename to t/real/corpus/A01/13047/tree_tagger/metadata.xml
diff --git a/t/corpus/A01/13047/tree_tagger/morpho.xml b/t/real/corpus/A01/13047/tree_tagger/morpho.xml
similarity index 100%
rename from t/corpus/A01/13047/tree_tagger/morpho.xml
rename to t/real/corpus/A01/13047/tree_tagger/morpho.xml
diff --git a/t/corpus/A01/13047/tree_tagger/sentences.xml b/t/real/corpus/A01/13047/tree_tagger/sentences.xml
similarity index 100%
rename from t/corpus/A01/13047/tree_tagger/sentences.xml
rename to t/real/corpus/A01/13047/tree_tagger/sentences.xml
diff --git a/t/corpus/A01/13047/tree_tagger/tokens.xml b/t/real/corpus/A01/13047/tree_tagger/tokens.xml
similarity index 100%
rename from t/corpus/A01/13047/tree_tagger/tokens.xml
rename to t/real/corpus/A01/13047/tree_tagger/tokens.xml
diff --git a/t/corpus/AGD-scrambled/DOC/00001/data.xml b/t/real/corpus/AGD-scrambled/DOC/00001/data.xml
similarity index 100%
rename from t/corpus/AGD-scrambled/DOC/00001/data.xml
rename to t/real/corpus/AGD-scrambled/DOC/00001/data.xml
diff --git a/t/corpus/AGD-scrambled/DOC/00001/dgd/annot.xml b/t/real/corpus/AGD-scrambled/DOC/00001/dgd/annot.xml
similarity index 100%
rename from t/corpus/AGD-scrambled/DOC/00001/dgd/annot.xml
rename to t/real/corpus/AGD-scrambled/DOC/00001/dgd/annot.xml
diff --git a/t/corpus/AGD-scrambled/DOC/00001/dgd/morpho.xml b/t/real/corpus/AGD-scrambled/DOC/00001/dgd/morpho.xml
similarity index 100%
rename from t/corpus/AGD-scrambled/DOC/00001/dgd/morpho.xml
rename to t/real/corpus/AGD-scrambled/DOC/00001/dgd/morpho.xml
diff --git a/t/corpus/AGD-scrambled/DOC/00001/dgd/nospeech.xml b/t/real/corpus/AGD-scrambled/DOC/00001/dgd/nospeech.xml
similarity index 100%
rename from t/corpus/AGD-scrambled/DOC/00001/dgd/nospeech.xml
rename to t/real/corpus/AGD-scrambled/DOC/00001/dgd/nospeech.xml
diff --git a/t/corpus/AGD-scrambled/DOC/00001/header.xml b/t/real/corpus/AGD-scrambled/DOC/00001/header.xml
similarity index 100%
rename from t/corpus/AGD-scrambled/DOC/00001/header.xml
rename to t/real/corpus/AGD-scrambled/DOC/00001/header.xml
diff --git a/t/corpus/AGD-scrambled/DOC/00001/struct/structure.xml b/t/real/corpus/AGD-scrambled/DOC/00001/struct/structure.xml
similarity index 100%
rename from t/corpus/AGD-scrambled/DOC/00001/struct/structure.xml
rename to t/real/corpus/AGD-scrambled/DOC/00001/struct/structure.xml
diff --git a/t/corpus/AGD-scrambled/DOC/header.xml b/t/real/corpus/AGD-scrambled/DOC/header.xml
similarity index 100%
rename from t/corpus/AGD-scrambled/DOC/header.xml
rename to t/real/corpus/AGD-scrambled/DOC/header.xml
diff --git a/t/corpus/AGD-scrambled/header.xml b/t/real/corpus/AGD-scrambled/header.xml
similarity index 100%
rename from t/corpus/AGD-scrambled/header.xml
rename to t/real/corpus/AGD-scrambled/header.xml
diff --git a/t/corpus/BZK/D59/00001/base/paragraph.xml b/t/real/corpus/BZK/D59/00001/base/paragraph.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/base/paragraph.xml
rename to t/real/corpus/BZK/D59/00001/base/paragraph.xml
diff --git a/t/corpus/BZK/D59/00001/base/sentences.xml b/t/real/corpus/BZK/D59/00001/base/sentences.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/base/sentences.xml
rename to t/real/corpus/BZK/D59/00001/base/sentences.xml
diff --git a/t/corpus/BZK/D59/00001/base/tokens_aggr.xml b/t/real/corpus/BZK/D59/00001/base/tokens_aggr.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/base/tokens_aggr.xml
rename to t/real/corpus/BZK/D59/00001/base/tokens_aggr.xml
diff --git a/t/corpus/BZK/D59/00001/base/tokens_conservative.xml b/t/real/corpus/BZK/D59/00001/base/tokens_conservative.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/base/tokens_conservative.xml
rename to t/real/corpus/BZK/D59/00001/base/tokens_conservative.xml
diff --git a/t/corpus/BZK/D59/00001/connexor/metadata.xml b/t/real/corpus/BZK/D59/00001/connexor/metadata.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/connexor/metadata.xml
rename to t/real/corpus/BZK/D59/00001/connexor/metadata.xml
diff --git a/t/corpus/BZK/D59/00001/connexor/morpho.xml b/t/real/corpus/BZK/D59/00001/connexor/morpho.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/connexor/morpho.xml
rename to t/real/corpus/BZK/D59/00001/connexor/morpho.xml
diff --git a/t/corpus/BZK/D59/00001/connexor/phrase.xml b/t/real/corpus/BZK/D59/00001/connexor/phrase.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/connexor/phrase.xml
rename to t/real/corpus/BZK/D59/00001/connexor/phrase.xml
diff --git a/t/corpus/BZK/D59/00001/connexor/sentences.xml b/t/real/corpus/BZK/D59/00001/connexor/sentences.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/connexor/sentences.xml
rename to t/real/corpus/BZK/D59/00001/connexor/sentences.xml
diff --git a/t/corpus/BZK/D59/00001/connexor/syntax.xml b/t/real/corpus/BZK/D59/00001/connexor/syntax.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/connexor/syntax.xml
rename to t/real/corpus/BZK/D59/00001/connexor/syntax.xml
diff --git a/t/corpus/BZK/D59/00001/connexor/tokens.xml b/t/real/corpus/BZK/D59/00001/connexor/tokens.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/connexor/tokens.xml
rename to t/real/corpus/BZK/D59/00001/connexor/tokens.xml
diff --git a/t/corpus/BZK/D59/00001/corenlp/constituency.xml b/t/real/corpus/BZK/D59/00001/corenlp/constituency.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/corenlp/constituency.xml
rename to t/real/corpus/BZK/D59/00001/corenlp/constituency.xml
diff --git a/t/corpus/BZK/D59/00001/corenlp/morpho.xml b/t/real/corpus/BZK/D59/00001/corenlp/morpho.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/corenlp/morpho.xml
rename to t/real/corpus/BZK/D59/00001/corenlp/morpho.xml
diff --git a/t/corpus/BZK/D59/00001/corenlp/ne_combined.xml b/t/real/corpus/BZK/D59/00001/corenlp/ne_combined.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/corenlp/ne_combined.xml
rename to t/real/corpus/BZK/D59/00001/corenlp/ne_combined.xml
diff --git a/t/corpus/BZK/D59/00001/corenlp/sentences.xml b/t/real/corpus/BZK/D59/00001/corenlp/sentences.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/corenlp/sentences.xml
rename to t/real/corpus/BZK/D59/00001/corenlp/sentences.xml
diff --git a/t/corpus/BZK/D59/00001/corenlp/tokens.xml b/t/real/corpus/BZK/D59/00001/corenlp/tokens.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/corenlp/tokens.xml
rename to t/real/corpus/BZK/D59/00001/corenlp/tokens.xml
diff --git a/t/corpus/BZK/D59/00001/data.xml b/t/real/corpus/BZK/D59/00001/data.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/data.xml
rename to t/real/corpus/BZK/D59/00001/data.xml
diff --git a/t/corpus/BZK/D59/00001/glemm/glemm.xml b/t/real/corpus/BZK/D59/00001/glemm/glemm.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/glemm/glemm.xml
rename to t/real/corpus/BZK/D59/00001/glemm/glemm.xml
diff --git a/t/corpus/BZK/D59/00001/header.xml b/t/real/corpus/BZK/D59/00001/header.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/header.xml
rename to t/real/corpus/BZK/D59/00001/header.xml
diff --git a/t/corpus/BZK/D59/00001/mate/pipeline/one_token_per_line.txt b/t/real/corpus/BZK/D59/00001/mate/pipeline/one_token_per_line.txt
similarity index 100%
rename from t/corpus/BZK/D59/00001/mate/pipeline/one_token_per_line.txt
rename to t/real/corpus/BZK/D59/00001/mate/pipeline/one_token_per_line.txt
diff --git a/t/corpus/BZK/D59/00001/mate/pipeline/parsed.txt b/t/real/corpus/BZK/D59/00001/mate/pipeline/parsed.txt
similarity index 100%
rename from t/corpus/BZK/D59/00001/mate/pipeline/parsed.txt
rename to t/real/corpus/BZK/D59/00001/mate/pipeline/parsed.txt
diff --git a/t/corpus/BZK/D59/00001/mate/tokenSpans/number_tokenSpans.xml b/t/real/corpus/BZK/D59/00001/mate/tokenSpans/number_tokenSpans.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/mate/tokenSpans/number_tokenSpans.xml
rename to t/real/corpus/BZK/D59/00001/mate/tokenSpans/number_tokenSpans.xml
diff --git a/t/corpus/BZK/D59/00001/opennlp/morpho.xml b/t/real/corpus/BZK/D59/00001/opennlp/morpho.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/opennlp/morpho.xml
rename to t/real/corpus/BZK/D59/00001/opennlp/morpho.xml
diff --git a/t/corpus/BZK/D59/00001/opennlp/sentences.xml b/t/real/corpus/BZK/D59/00001/opennlp/sentences.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/opennlp/sentences.xml
rename to t/real/corpus/BZK/D59/00001/opennlp/sentences.xml
diff --git a/t/corpus/BZK/D59/00001/opennlp/tokens.xml b/t/real/corpus/BZK/D59/00001/opennlp/tokens.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/opennlp/tokens.xml
rename to t/real/corpus/BZK/D59/00001/opennlp/tokens.xml
diff --git a/t/corpus/BZK/D59/00001/struct/structure.xml b/t/real/corpus/BZK/D59/00001/struct/structure.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/struct/structure.xml
rename to t/real/corpus/BZK/D59/00001/struct/structure.xml
diff --git a/t/corpus/BZK/D59/00001/text.txt b/t/real/corpus/BZK/D59/00001/text.txt
similarity index 100%
rename from t/corpus/BZK/D59/00001/text.txt
rename to t/real/corpus/BZK/D59/00001/text.txt
diff --git a/t/corpus/BZK/D59/00001/tree_tagger/metadata.xml b/t/real/corpus/BZK/D59/00001/tree_tagger/metadata.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/tree_tagger/metadata.xml
rename to t/real/corpus/BZK/D59/00001/tree_tagger/metadata.xml
diff --git a/t/corpus/BZK/D59/00001/tree_tagger/morpho.xml b/t/real/corpus/BZK/D59/00001/tree_tagger/morpho.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/tree_tagger/morpho.xml
rename to t/real/corpus/BZK/D59/00001/tree_tagger/morpho.xml
diff --git a/t/corpus/BZK/D59/00001/tree_tagger/sentences.xml b/t/real/corpus/BZK/D59/00001/tree_tagger/sentences.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/tree_tagger/sentences.xml
rename to t/real/corpus/BZK/D59/00001/tree_tagger/sentences.xml
diff --git a/t/corpus/BZK/D59/00001/tree_tagger/tokens.xml b/t/real/corpus/BZK/D59/00001/tree_tagger/tokens.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/tree_tagger/tokens.xml
rename to t/real/corpus/BZK/D59/00001/tree_tagger/tokens.xml
diff --git a/t/corpus/BZK/D59/00001/xip/constituency.xml b/t/real/corpus/BZK/D59/00001/xip/constituency.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/xip/constituency.xml
rename to t/real/corpus/BZK/D59/00001/xip/constituency.xml
diff --git a/t/corpus/BZK/D59/00001/xip/dependency.xml b/t/real/corpus/BZK/D59/00001/xip/dependency.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/xip/dependency.xml
rename to t/real/corpus/BZK/D59/00001/xip/dependency.xml
diff --git a/t/corpus/BZK/D59/00001/xip/metadata.xml b/t/real/corpus/BZK/D59/00001/xip/metadata.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/xip/metadata.xml
rename to t/real/corpus/BZK/D59/00001/xip/metadata.xml
diff --git a/t/corpus/BZK/D59/00001/xip/morpho.xml b/t/real/corpus/BZK/D59/00001/xip/morpho.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/xip/morpho.xml
rename to t/real/corpus/BZK/D59/00001/xip/morpho.xml
diff --git a/t/corpus/BZK/D59/00001/xip/sentences.xml b/t/real/corpus/BZK/D59/00001/xip/sentences.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/xip/sentences.xml
rename to t/real/corpus/BZK/D59/00001/xip/sentences.xml
diff --git a/t/corpus/BZK/D59/00001/xip/tokens.xml b/t/real/corpus/BZK/D59/00001/xip/tokens.xml
similarity index 100%
rename from t/corpus/BZK/D59/00001/xip/tokens.xml
rename to t/real/corpus/BZK/D59/00001/xip/tokens.xml
diff --git a/t/corpus/BZK/D59/00089/base/paragraph.xml b/t/real/corpus/BZK/D59/00089/base/paragraph.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/base/paragraph.xml
rename to t/real/corpus/BZK/D59/00089/base/paragraph.xml
diff --git a/t/corpus/BZK/D59/00089/base/sentences.xml b/t/real/corpus/BZK/D59/00089/base/sentences.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/base/sentences.xml
rename to t/real/corpus/BZK/D59/00089/base/sentences.xml
diff --git a/t/corpus/BZK/D59/00089/base/tokens_aggr.xml b/t/real/corpus/BZK/D59/00089/base/tokens_aggr.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/base/tokens_aggr.xml
rename to t/real/corpus/BZK/D59/00089/base/tokens_aggr.xml
diff --git a/t/corpus/BZK/D59/00089/base/tokens_conservative.xml b/t/real/corpus/BZK/D59/00089/base/tokens_conservative.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/base/tokens_conservative.xml
rename to t/real/corpus/BZK/D59/00089/base/tokens_conservative.xml
diff --git a/t/corpus/BZK/D59/00089/connexor/metadata.xml b/t/real/corpus/BZK/D59/00089/connexor/metadata.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/connexor/metadata.xml
rename to t/real/corpus/BZK/D59/00089/connexor/metadata.xml
diff --git a/t/corpus/BZK/D59/00089/connexor/morpho.xml b/t/real/corpus/BZK/D59/00089/connexor/morpho.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/connexor/morpho.xml
rename to t/real/corpus/BZK/D59/00089/connexor/morpho.xml
diff --git a/t/corpus/BZK/D59/00089/connexor/phrase.xml b/t/real/corpus/BZK/D59/00089/connexor/phrase.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/connexor/phrase.xml
rename to t/real/corpus/BZK/D59/00089/connexor/phrase.xml
diff --git a/t/corpus/BZK/D59/00089/connexor/sentences.xml b/t/real/corpus/BZK/D59/00089/connexor/sentences.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/connexor/sentences.xml
rename to t/real/corpus/BZK/D59/00089/connexor/sentences.xml
diff --git a/t/corpus/BZK/D59/00089/connexor/syntax.xml b/t/real/corpus/BZK/D59/00089/connexor/syntax.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/connexor/syntax.xml
rename to t/real/corpus/BZK/D59/00089/connexor/syntax.xml
diff --git a/t/corpus/BZK/D59/00089/connexor/tokens.xml b/t/real/corpus/BZK/D59/00089/connexor/tokens.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/connexor/tokens.xml
rename to t/real/corpus/BZK/D59/00089/connexor/tokens.xml
diff --git a/t/corpus/BZK/D59/00089/corenlp/constituency.xml b/t/real/corpus/BZK/D59/00089/corenlp/constituency.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/corenlp/constituency.xml
rename to t/real/corpus/BZK/D59/00089/corenlp/constituency.xml
diff --git a/t/corpus/BZK/D59/00089/corenlp/morpho.xml b/t/real/corpus/BZK/D59/00089/corenlp/morpho.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/corenlp/morpho.xml
rename to t/real/corpus/BZK/D59/00089/corenlp/morpho.xml
diff --git a/t/corpus/BZK/D59/00089/corenlp/ne_combined.xml b/t/real/corpus/BZK/D59/00089/corenlp/ne_combined.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/corenlp/ne_combined.xml
rename to t/real/corpus/BZK/D59/00089/corenlp/ne_combined.xml
diff --git a/t/corpus/BZK/D59/00089/corenlp/sentences.xml b/t/real/corpus/BZK/D59/00089/corenlp/sentences.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/corenlp/sentences.xml
rename to t/real/corpus/BZK/D59/00089/corenlp/sentences.xml
diff --git a/t/corpus/BZK/D59/00089/corenlp/tokens.xml b/t/real/corpus/BZK/D59/00089/corenlp/tokens.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/corenlp/tokens.xml
rename to t/real/corpus/BZK/D59/00089/corenlp/tokens.xml
diff --git a/t/corpus/BZK/D59/00089/data.xml b/t/real/corpus/BZK/D59/00089/data.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/data.xml
rename to t/real/corpus/BZK/D59/00089/data.xml
diff --git a/t/corpus/BZK/D59/00089/glemm/glemm.xml b/t/real/corpus/BZK/D59/00089/glemm/glemm.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/glemm/glemm.xml
rename to t/real/corpus/BZK/D59/00089/glemm/glemm.xml
diff --git a/t/corpus/BZK/D59/00089/header.xml b/t/real/corpus/BZK/D59/00089/header.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/header.xml
rename to t/real/corpus/BZK/D59/00089/header.xml
diff --git a/t/corpus/BZK/D59/00089/mate/dependency.xml b/t/real/corpus/BZK/D59/00089/mate/dependency.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/mate/dependency.xml
rename to t/real/corpus/BZK/D59/00089/mate/dependency.xml
diff --git a/t/corpus/BZK/D59/00089/mate/morpho.xml b/t/real/corpus/BZK/D59/00089/mate/morpho.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/mate/morpho.xml
rename to t/real/corpus/BZK/D59/00089/mate/morpho.xml
diff --git a/t/corpus/BZK/D59/00089/mate/pipeline/one_token_per_line.txt b/t/real/corpus/BZK/D59/00089/mate/pipeline/one_token_per_line.txt
similarity index 100%
rename from t/corpus/BZK/D59/00089/mate/pipeline/one_token_per_line.txt
rename to t/real/corpus/BZK/D59/00089/mate/pipeline/one_token_per_line.txt
diff --git a/t/corpus/BZK/D59/00089/mate/pipeline/parsed.txt b/t/real/corpus/BZK/D59/00089/mate/pipeline/parsed.txt
similarity index 100%
rename from t/corpus/BZK/D59/00089/mate/pipeline/parsed.txt
rename to t/real/corpus/BZK/D59/00089/mate/pipeline/parsed.txt
diff --git a/t/corpus/BZK/D59/00089/mate/tokenSpans/number_tokenSpans.xml b/t/real/corpus/BZK/D59/00089/mate/tokenSpans/number_tokenSpans.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/mate/tokenSpans/number_tokenSpans.xml
rename to t/real/corpus/BZK/D59/00089/mate/tokenSpans/number_tokenSpans.xml
diff --git a/t/corpus/BZK/D59/00089/opennlp/morpho.xml b/t/real/corpus/BZK/D59/00089/opennlp/morpho.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/opennlp/morpho.xml
rename to t/real/corpus/BZK/D59/00089/opennlp/morpho.xml
diff --git a/t/corpus/BZK/D59/00089/opennlp/sentences.xml b/t/real/corpus/BZK/D59/00089/opennlp/sentences.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/opennlp/sentences.xml
rename to t/real/corpus/BZK/D59/00089/opennlp/sentences.xml
diff --git a/t/corpus/BZK/D59/00089/opennlp/tokens.xml b/t/real/corpus/BZK/D59/00089/opennlp/tokens.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/opennlp/tokens.xml
rename to t/real/corpus/BZK/D59/00089/opennlp/tokens.xml
diff --git a/t/corpus/BZK/D59/00089/struct/structure.xml b/t/real/corpus/BZK/D59/00089/struct/structure.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/struct/structure.xml
rename to t/real/corpus/BZK/D59/00089/struct/structure.xml
diff --git a/t/corpus/BZK/D59/00089/text.txt b/t/real/corpus/BZK/D59/00089/text.txt
similarity index 100%
rename from t/corpus/BZK/D59/00089/text.txt
rename to t/real/corpus/BZK/D59/00089/text.txt
diff --git a/t/corpus/BZK/D59/00089/tree_tagger/metadata.xml b/t/real/corpus/BZK/D59/00089/tree_tagger/metadata.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/tree_tagger/metadata.xml
rename to t/real/corpus/BZK/D59/00089/tree_tagger/metadata.xml
diff --git a/t/corpus/BZK/D59/00089/tree_tagger/morpho.xml b/t/real/corpus/BZK/D59/00089/tree_tagger/morpho.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/tree_tagger/morpho.xml
rename to t/real/corpus/BZK/D59/00089/tree_tagger/morpho.xml
diff --git a/t/corpus/BZK/D59/00089/tree_tagger/sentences.xml b/t/real/corpus/BZK/D59/00089/tree_tagger/sentences.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/tree_tagger/sentences.xml
rename to t/real/corpus/BZK/D59/00089/tree_tagger/sentences.xml
diff --git a/t/corpus/BZK/D59/00089/tree_tagger/tokens.xml b/t/real/corpus/BZK/D59/00089/tree_tagger/tokens.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/tree_tagger/tokens.xml
rename to t/real/corpus/BZK/D59/00089/tree_tagger/tokens.xml
diff --git a/t/corpus/BZK/D59/00089/xip/constituency.xml b/t/real/corpus/BZK/D59/00089/xip/constituency.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/xip/constituency.xml
rename to t/real/corpus/BZK/D59/00089/xip/constituency.xml
diff --git a/t/corpus/BZK/D59/00089/xip/dependency.xml b/t/real/corpus/BZK/D59/00089/xip/dependency.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/xip/dependency.xml
rename to t/real/corpus/BZK/D59/00089/xip/dependency.xml
diff --git a/t/corpus/BZK/D59/00089/xip/metadata.xml b/t/real/corpus/BZK/D59/00089/xip/metadata.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/xip/metadata.xml
rename to t/real/corpus/BZK/D59/00089/xip/metadata.xml
diff --git a/t/corpus/BZK/D59/00089/xip/morpho.xml b/t/real/corpus/BZK/D59/00089/xip/morpho.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/xip/morpho.xml
rename to t/real/corpus/BZK/D59/00089/xip/morpho.xml
diff --git a/t/corpus/BZK/D59/00089/xip/sentences.xml b/t/real/corpus/BZK/D59/00089/xip/sentences.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/xip/sentences.xml
rename to t/real/corpus/BZK/D59/00089/xip/sentences.xml
diff --git a/t/corpus/BZK/D59/00089/xip/tokens.xml b/t/real/corpus/BZK/D59/00089/xip/tokens.xml
similarity index 100%
rename from t/corpus/BZK/D59/00089/xip/tokens.xml
rename to t/real/corpus/BZK/D59/00089/xip/tokens.xml
diff --git a/t/corpus/BZK/D59/header.xml b/t/real/corpus/BZK/D59/header.xml
similarity index 100%
rename from t/corpus/BZK/D59/header.xml
rename to t/real/corpus/BZK/D59/header.xml
diff --git a/t/corpus/BZK/header.xml b/t/real/corpus/BZK/header.xml
similarity index 100%
rename from t/corpus/BZK/header.xml
rename to t/real/corpus/BZK/header.xml
diff --git a/t/corpus/CoRoLa/BBU/BLOG/83709_a_82384/base/tokens_aggr.xml b/t/real/corpus/CoRoLa/BBU/BLOG/83709_a_82384/base/tokens_aggr.xml
similarity index 100%
rename from t/corpus/CoRoLa/BBU/BLOG/83709_a_82384/base/tokens_aggr.xml
rename to t/real/corpus/CoRoLa/BBU/BLOG/83709_a_82384/base/tokens_aggr.xml
diff --git a/t/corpus/CoRoLa/BBU/BLOG/83709_a_82384/base/tokens_conservative.xml b/t/real/corpus/CoRoLa/BBU/BLOG/83709_a_82384/base/tokens_conservative.xml
similarity index 100%
rename from t/corpus/CoRoLa/BBU/BLOG/83709_a_82384/base/tokens_conservative.xml
rename to t/real/corpus/CoRoLa/BBU/BLOG/83709_a_82384/base/tokens_conservative.xml
diff --git a/t/corpus/CoRoLa/BBU/BLOG/83709_a_82384/data.xml b/t/real/corpus/CoRoLa/BBU/BLOG/83709_a_82384/data.xml
similarity index 100%
rename from t/corpus/CoRoLa/BBU/BLOG/83709_a_82384/data.xml
rename to t/real/corpus/CoRoLa/BBU/BLOG/83709_a_82384/data.xml
diff --git a/t/corpus/CoRoLa/BBU/BLOG/83709_a_82384/drukola/morpho.xml b/t/real/corpus/CoRoLa/BBU/BLOG/83709_a_82384/drukola/morpho.xml
similarity index 100%
rename from t/corpus/CoRoLa/BBU/BLOG/83709_a_82384/drukola/morpho.xml
rename to t/real/corpus/CoRoLa/BBU/BLOG/83709_a_82384/drukola/morpho.xml
diff --git a/t/corpus/CoRoLa/BBU/BLOG/83709_a_82384/header.xml b/t/real/corpus/CoRoLa/BBU/BLOG/83709_a_82384/header.xml
similarity index 100%
rename from t/corpus/CoRoLa/BBU/BLOG/83709_a_82384/header.xml
rename to t/real/corpus/CoRoLa/BBU/BLOG/83709_a_82384/header.xml
diff --git a/t/corpus/CoRoLa/BBU/BLOG/83709_a_82384/struct/structure.xml b/t/real/corpus/CoRoLa/BBU/BLOG/83709_a_82384/struct/structure.xml
similarity index 100%
rename from t/corpus/CoRoLa/BBU/BLOG/83709_a_82384/struct/structure.xml
rename to t/real/corpus/CoRoLa/BBU/BLOG/83709_a_82384/struct/structure.xml
diff --git a/t/corpus/CoRoLa/BBU/BLOG/header.xml b/t/real/corpus/CoRoLa/BBU/BLOG/header.xml
similarity index 100%
rename from t/corpus/CoRoLa/BBU/BLOG/header.xml
rename to t/real/corpus/CoRoLa/BBU/BLOG/header.xml
diff --git a/t/corpus/CoRoLa/BBU/header.xml b/t/real/corpus/CoRoLa/BBU/header.xml
similarity index 100%
rename from t/corpus/CoRoLa/BBU/header.xml
rename to t/real/corpus/CoRoLa/BBU/header.xml
diff --git a/t/corpus/CoRoLa/BBU2/Blog/83701_a_82376/data.xml b/t/real/corpus/CoRoLa/BBU2/Blog/83701_a_82376/data.xml
similarity index 100%
rename from t/corpus/CoRoLa/BBU2/Blog/83701_a_82376/data.xml
rename to t/real/corpus/CoRoLa/BBU2/Blog/83701_a_82376/data.xml
diff --git a/t/corpus/CoRoLa/BBU2/Blog/83701_a_82376/header.xml b/t/real/corpus/CoRoLa/BBU2/Blog/83701_a_82376/header.xml
similarity index 100%
rename from t/corpus/CoRoLa/BBU2/Blog/83701_a_82376/header.xml
rename to t/real/corpus/CoRoLa/BBU2/Blog/83701_a_82376/header.xml
diff --git a/t/corpus/CoRoLa/BBU2/Blog/header.xml b/t/real/corpus/CoRoLa/BBU2/Blog/header.xml
similarity index 100%
rename from t/corpus/CoRoLa/BBU2/Blog/header.xml
rename to t/real/corpus/CoRoLa/BBU2/Blog/header.xml
diff --git a/t/corpus/CoRoLa/BBU2/header.xml b/t/real/corpus/CoRoLa/BBU2/header.xml
similarity index 100%
rename from t/corpus/CoRoLa/BBU2/header.xml
rename to t/real/corpus/CoRoLa/BBU2/header.xml
diff --git a/t/corpus/CoRoLa/Corola-Journal/-/247_a_537/data.xml b/t/real/corpus/CoRoLa/Corola-Journal/-/247_a_537/data.xml
similarity index 100%
rename from t/corpus/CoRoLa/Corola-Journal/-/247_a_537/data.xml
rename to t/real/corpus/CoRoLa/Corola-Journal/-/247_a_537/data.xml
diff --git a/t/corpus/CoRoLa/Corola-Journal/-/247_a_537/header.xml b/t/real/corpus/CoRoLa/Corola-Journal/-/247_a_537/header.xml
similarity index 100%
rename from t/corpus/CoRoLa/Corola-Journal/-/247_a_537/header.xml
rename to t/real/corpus/CoRoLa/Corola-Journal/-/247_a_537/header.xml
diff --git a/t/corpus/CoRoLa/Corola-Journal/-/header.xml b/t/real/corpus/CoRoLa/Corola-Journal/-/header.xml
similarity index 100%
rename from t/corpus/CoRoLa/Corola-Journal/-/header.xml
rename to t/real/corpus/CoRoLa/Corola-Journal/-/header.xml
diff --git "a/t/corpus/CoRoLa/Corola-Journal/COLEGIUL NATIONAL \342\200\236OCTAV BANCILA\342\200\234 - IASI/326_a_562/data.xml" "b/t/real/corpus/CoRoLa/Corola-Journal/COLEGIUL NATIONAL \342\200\236OCTAV BANCILA\342\200\234 - IASI/326_a_562/data.xml"
similarity index 100%
rename from "t/corpus/CoRoLa/Corola-Journal/COLEGIUL NATIONAL \342\200\236OCTAV BANCILA\342\200\234 - IASI/326_a_562/data.xml"
rename to "t/real/corpus/CoRoLa/Corola-Journal/COLEGIUL NATIONAL \342\200\236OCTAV BANCILA\342\200\234 - IASI/326_a_562/data.xml"
diff --git "a/t/corpus/CoRoLa/Corola-Journal/COLEGIUL NATIONAL \342\200\236OCTAV BANCILA\342\200\234 - IASI/326_a_562/header.xml" "b/t/real/corpus/CoRoLa/Corola-Journal/COLEGIUL NATIONAL \342\200\236OCTAV BANCILA\342\200\234 - IASI/326_a_562/header.xml"
similarity index 100%
rename from "t/corpus/CoRoLa/Corola-Journal/COLEGIUL NATIONAL \342\200\236OCTAV BANCILA\342\200\234 - IASI/326_a_562/header.xml"
rename to "t/real/corpus/CoRoLa/Corola-Journal/COLEGIUL NATIONAL \342\200\236OCTAV BANCILA\342\200\234 - IASI/326_a_562/header.xml"
diff --git "a/t/corpus/CoRoLa/Corola-Journal/COLEGIUL NATIONAL \342\200\236OCTAV BANCILA\342\200\234 - IASI/header.xml" "b/t/real/corpus/CoRoLa/Corola-Journal/COLEGIUL NATIONAL \342\200\236OCTAV BANCILA\342\200\234 - IASI/header.xml"
similarity index 100%
rename from "t/corpus/CoRoLa/Corola-Journal/COLEGIUL NATIONAL \342\200\236OCTAV BANCILA\342\200\234 - IASI/header.xml"
rename to "t/real/corpus/CoRoLa/Corola-Journal/COLEGIUL NATIONAL \342\200\236OCTAV BANCILA\342\200\234 - IASI/header.xml"
diff --git a/t/corpus/CoRoLa/Corola-Journal/header.xml b/t/real/corpus/CoRoLa/Corola-Journal/header.xml
similarity index 100%
rename from t/corpus/CoRoLa/Corola-Journal/header.xml
rename to t/real/corpus/CoRoLa/Corola-Journal/header.xml
diff --git a/t/corpus/ERL/00001/base/paragraph.xml b/t/real/corpus/ERL/00001/base/paragraph.xml
similarity index 100%
rename from t/corpus/ERL/00001/base/paragraph.xml
rename to t/real/corpus/ERL/00001/base/paragraph.xml
diff --git a/t/corpus/ERL/00001/base/sentences.xml b/t/real/corpus/ERL/00001/base/sentences.xml
similarity index 100%
rename from t/corpus/ERL/00001/base/sentences.xml
rename to t/real/corpus/ERL/00001/base/sentences.xml
diff --git a/t/corpus/ERL/00001/base/tokens_aggr.xml b/t/real/corpus/ERL/00001/base/tokens_aggr.xml
similarity index 100%
rename from t/corpus/ERL/00001/base/tokens_aggr.xml
rename to t/real/corpus/ERL/00001/base/tokens_aggr.xml
diff --git a/t/corpus/ERL/00001/base/tokens_conservative.xml b/t/real/corpus/ERL/00001/base/tokens_conservative.xml
similarity index 100%
rename from t/corpus/ERL/00001/base/tokens_conservative.xml
rename to t/real/corpus/ERL/00001/base/tokens_conservative.xml
diff --git a/t/corpus/ERL/00001/connexor/metadata.xml b/t/real/corpus/ERL/00001/connexor/metadata.xml
similarity index 100%
rename from t/corpus/ERL/00001/connexor/metadata.xml
rename to t/real/corpus/ERL/00001/connexor/metadata.xml
diff --git a/t/corpus/ERL/00001/connexor/morpho.xml b/t/real/corpus/ERL/00001/connexor/morpho.xml
similarity index 100%
rename from t/corpus/ERL/00001/connexor/morpho.xml
rename to t/real/corpus/ERL/00001/connexor/morpho.xml
diff --git a/t/corpus/ERL/00001/connexor/mpt.xml b/t/real/corpus/ERL/00001/connexor/mpt.xml
similarity index 100%
rename from t/corpus/ERL/00001/connexor/mpt.xml
rename to t/real/corpus/ERL/00001/connexor/mpt.xml
diff --git a/t/corpus/ERL/00001/connexor/phrase.xml b/t/real/corpus/ERL/00001/connexor/phrase.xml
similarity index 100%
rename from t/corpus/ERL/00001/connexor/phrase.xml
rename to t/real/corpus/ERL/00001/connexor/phrase.xml
diff --git a/t/corpus/ERL/00001/connexor/sentences.xml b/t/real/corpus/ERL/00001/connexor/sentences.xml
similarity index 100%
rename from t/corpus/ERL/00001/connexor/sentences.xml
rename to t/real/corpus/ERL/00001/connexor/sentences.xml
diff --git a/t/corpus/ERL/00001/connexor/syntax.xml b/t/real/corpus/ERL/00001/connexor/syntax.xml
similarity index 100%
rename from t/corpus/ERL/00001/connexor/syntax.xml
rename to t/real/corpus/ERL/00001/connexor/syntax.xml
diff --git a/t/corpus/ERL/00001/connexor/tokens.xml b/t/real/corpus/ERL/00001/connexor/tokens.xml
similarity index 100%
rename from t/corpus/ERL/00001/connexor/tokens.xml
rename to t/real/corpus/ERL/00001/connexor/tokens.xml
diff --git a/t/corpus/ERL/00001/data.xml b/t/real/corpus/ERL/00001/data.xml
similarity index 100%
rename from t/corpus/ERL/00001/data.xml
rename to t/real/corpus/ERL/00001/data.xml
diff --git a/t/corpus/ERL/00001/header.xml b/t/real/corpus/ERL/00001/header.xml
similarity index 100%
rename from t/corpus/ERL/00001/header.xml
rename to t/real/corpus/ERL/00001/header.xml
diff --git a/t/corpus/ERL/00001/struct/structure.xml b/t/real/corpus/ERL/00001/struct/structure.xml
similarity index 100%
rename from t/corpus/ERL/00001/struct/structure.xml
rename to t/real/corpus/ERL/00001/struct/structure.xml
diff --git a/t/corpus/ERL/00001/text.txt b/t/real/corpus/ERL/00001/text.txt
similarity index 100%
rename from t/corpus/ERL/00001/text.txt
rename to t/real/corpus/ERL/00001/text.txt
diff --git a/t/corpus/ERL/00001/tree_tagger/metadata.xml b/t/real/corpus/ERL/00001/tree_tagger/metadata.xml
similarity index 100%
rename from t/corpus/ERL/00001/tree_tagger/metadata.xml
rename to t/real/corpus/ERL/00001/tree_tagger/metadata.xml
diff --git a/t/corpus/ERL/00001/tree_tagger/morpho.xml b/t/real/corpus/ERL/00001/tree_tagger/morpho.xml
similarity index 100%
rename from t/corpus/ERL/00001/tree_tagger/morpho.xml
rename to t/real/corpus/ERL/00001/tree_tagger/morpho.xml
diff --git a/t/corpus/ERL/00001/tree_tagger/sentences.xml b/t/real/corpus/ERL/00001/tree_tagger/sentences.xml
similarity index 100%
rename from t/corpus/ERL/00001/tree_tagger/sentences.xml
rename to t/real/corpus/ERL/00001/tree_tagger/sentences.xml
diff --git a/t/corpus/ERL/00001/tree_tagger/tokens.xml b/t/real/corpus/ERL/00001/tree_tagger/tokens.xml
similarity index 100%
rename from t/corpus/ERL/00001/tree_tagger/tokens.xml
rename to t/real/corpus/ERL/00001/tree_tagger/tokens.xml
diff --git a/t/corpus/ERL/00001/xip/constituency.xml b/t/real/corpus/ERL/00001/xip/constituency.xml
similarity index 100%
rename from t/corpus/ERL/00001/xip/constituency.xml
rename to t/real/corpus/ERL/00001/xip/constituency.xml
diff --git a/t/corpus/ERL/00001/xip/dependency.xml b/t/real/corpus/ERL/00001/xip/dependency.xml
similarity index 100%
rename from t/corpus/ERL/00001/xip/dependency.xml
rename to t/real/corpus/ERL/00001/xip/dependency.xml
diff --git a/t/corpus/ERL/00001/xip/metadata.xml b/t/real/corpus/ERL/00001/xip/metadata.xml
similarity index 100%
rename from t/corpus/ERL/00001/xip/metadata.xml
rename to t/real/corpus/ERL/00001/xip/metadata.xml
diff --git a/t/corpus/ERL/00001/xip/morpho.xml b/t/real/corpus/ERL/00001/xip/morpho.xml
similarity index 100%
rename from t/corpus/ERL/00001/xip/morpho.xml
rename to t/real/corpus/ERL/00001/xip/morpho.xml
diff --git a/t/corpus/ERL/00001/xip/sentences.xml b/t/real/corpus/ERL/00001/xip/sentences.xml
similarity index 100%
rename from t/corpus/ERL/00001/xip/sentences.xml
rename to t/real/corpus/ERL/00001/xip/sentences.xml
diff --git a/t/corpus/ERL/00001/xip/tokens.xml b/t/real/corpus/ERL/00001/xip/tokens.xml
similarity index 100%
rename from t/corpus/ERL/00001/xip/tokens.xml
rename to t/real/corpus/ERL/00001/xip/tokens.xml
diff --git a/t/corpus/FOLK-scrambled/00068-SE-01/T-05/data.xml b/t/real/corpus/FOLK-scrambled/00068-SE-01/T-05/data.xml
similarity index 100%
rename from t/corpus/FOLK-scrambled/00068-SE-01/T-05/data.xml
rename to t/real/corpus/FOLK-scrambled/00068-SE-01/T-05/data.xml
diff --git a/t/corpus/FOLK-scrambled/00068-SE-01/T-05/dgd/annot.xml b/t/real/corpus/FOLK-scrambled/00068-SE-01/T-05/dgd/annot.xml
similarity index 100%
rename from t/corpus/FOLK-scrambled/00068-SE-01/T-05/dgd/annot.xml
rename to t/real/corpus/FOLK-scrambled/00068-SE-01/T-05/dgd/annot.xml
diff --git a/t/corpus/FOLK-scrambled/00068-SE-01/T-05/header.xml b/t/real/corpus/FOLK-scrambled/00068-SE-01/T-05/header.xml
similarity index 100%
rename from t/corpus/FOLK-scrambled/00068-SE-01/T-05/header.xml
rename to t/real/corpus/FOLK-scrambled/00068-SE-01/T-05/header.xml
diff --git a/t/corpus/FOLK-scrambled/00068-SE-01/T-05/struct/structure.xml b/t/real/corpus/FOLK-scrambled/00068-SE-01/T-05/struct/structure.xml
similarity index 100%
rename from t/corpus/FOLK-scrambled/00068-SE-01/T-05/struct/structure.xml
rename to t/real/corpus/FOLK-scrambled/00068-SE-01/T-05/struct/structure.xml
diff --git a/t/corpus/FOLK-scrambled/00068-SE-01/header.xml b/t/real/corpus/FOLK-scrambled/00068-SE-01/header.xml
similarity index 100%
rename from t/corpus/FOLK-scrambled/00068-SE-01/header.xml
rename to t/real/corpus/FOLK-scrambled/00068-SE-01/header.xml
diff --git a/t/corpus/FOLK-scrambled/header.xml b/t/real/corpus/FOLK-scrambled/header.xml
similarity index 100%
rename from t/corpus/FOLK-scrambled/header.xml
rename to t/real/corpus/FOLK-scrambled/header.xml
diff --git a/t/corpus/GOE-TAGGED/AGA/03828/base/tokens_aggr.xml b/t/real/corpus/GOE-TAGGED/AGA/03828/base/tokens_aggr.xml
similarity index 100%
rename from t/corpus/GOE-TAGGED/AGA/03828/base/tokens_aggr.xml
rename to t/real/corpus/GOE-TAGGED/AGA/03828/base/tokens_aggr.xml
diff --git a/t/corpus/GOE-TAGGED/AGA/03828/base/tokens_conservative.xml b/t/real/corpus/GOE-TAGGED/AGA/03828/base/tokens_conservative.xml
similarity index 100%
rename from t/corpus/GOE-TAGGED/AGA/03828/base/tokens_conservative.xml
rename to t/real/corpus/GOE-TAGGED/AGA/03828/base/tokens_conservative.xml
diff --git a/t/corpus/GOE-TAGGED/AGA/03828/data.xml b/t/real/corpus/GOE-TAGGED/AGA/03828/data.xml
similarity index 100%
rename from t/corpus/GOE-TAGGED/AGA/03828/data.xml
rename to t/real/corpus/GOE-TAGGED/AGA/03828/data.xml
diff --git a/t/corpus/GOE-TAGGED/AGA/03828/drukola/morpho.xml b/t/real/corpus/GOE-TAGGED/AGA/03828/drukola/morpho.xml
similarity index 100%
rename from t/corpus/GOE-TAGGED/AGA/03828/drukola/morpho.xml
rename to t/real/corpus/GOE-TAGGED/AGA/03828/drukola/morpho.xml
diff --git a/t/corpus/GOE-TAGGED/AGA/03828/header.xml b/t/real/corpus/GOE-TAGGED/AGA/03828/header.xml
similarity index 100%
rename from t/corpus/GOE-TAGGED/AGA/03828/header.xml
rename to t/real/corpus/GOE-TAGGED/AGA/03828/header.xml
diff --git a/t/corpus/GOE-TAGGED/AGA/03828/struct/structure.xml b/t/real/corpus/GOE-TAGGED/AGA/03828/struct/structure.xml
similarity index 100%
rename from t/corpus/GOE-TAGGED/AGA/03828/struct/structure.xml
rename to t/real/corpus/GOE-TAGGED/AGA/03828/struct/structure.xml
diff --git a/t/corpus/GOE-TAGGED/AGA/header.xml b/t/real/corpus/GOE-TAGGED/AGA/header.xml
similarity index 100%
rename from t/corpus/GOE-TAGGED/AGA/header.xml
rename to t/real/corpus/GOE-TAGGED/AGA/header.xml
diff --git a/t/corpus/GOE-TAGGED/header.xml b/t/real/corpus/GOE-TAGGED/header.xml
similarity index 100%
rename from t/corpus/GOE-TAGGED/header.xml
rename to t/real/corpus/GOE-TAGGED/header.xml
diff --git a/t/corpus/GOE/AGA/03828/base/paragraph.xml b/t/real/corpus/GOE/AGA/03828/base/paragraph.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/base/paragraph.xml
rename to t/real/corpus/GOE/AGA/03828/base/paragraph.xml
diff --git a/t/corpus/GOE/AGA/03828/base/sentences.xml b/t/real/corpus/GOE/AGA/03828/base/sentences.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/base/sentences.xml
rename to t/real/corpus/GOE/AGA/03828/base/sentences.xml
diff --git a/t/corpus/GOE/AGA/03828/base/tokens_aggr.xml b/t/real/corpus/GOE/AGA/03828/base/tokens_aggr.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/base/tokens_aggr.xml
rename to t/real/corpus/GOE/AGA/03828/base/tokens_aggr.xml
diff --git a/t/corpus/GOE/AGA/03828/base/tokens_conservative.xml b/t/real/corpus/GOE/AGA/03828/base/tokens_conservative.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/base/tokens_conservative.xml
rename to t/real/corpus/GOE/AGA/03828/base/tokens_conservative.xml
diff --git a/t/corpus/GOE/AGA/03828/connexor/metadata.xml b/t/real/corpus/GOE/AGA/03828/connexor/metadata.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/connexor/metadata.xml
rename to t/real/corpus/GOE/AGA/03828/connexor/metadata.xml
diff --git a/t/corpus/GOE/AGA/03828/connexor/morpho.xml b/t/real/corpus/GOE/AGA/03828/connexor/morpho.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/connexor/morpho.xml
rename to t/real/corpus/GOE/AGA/03828/connexor/morpho.xml
diff --git a/t/corpus/GOE/AGA/03828/connexor/phrase.xml b/t/real/corpus/GOE/AGA/03828/connexor/phrase.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/connexor/phrase.xml
rename to t/real/corpus/GOE/AGA/03828/connexor/phrase.xml
diff --git a/t/corpus/GOE/AGA/03828/connexor/sentences.xml b/t/real/corpus/GOE/AGA/03828/connexor/sentences.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/connexor/sentences.xml
rename to t/real/corpus/GOE/AGA/03828/connexor/sentences.xml
diff --git a/t/corpus/GOE/AGA/03828/connexor/syntax.xml b/t/real/corpus/GOE/AGA/03828/connexor/syntax.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/connexor/syntax.xml
rename to t/real/corpus/GOE/AGA/03828/connexor/syntax.xml
diff --git a/t/corpus/GOE/AGA/03828/connexor/tokens.xml b/t/real/corpus/GOE/AGA/03828/connexor/tokens.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/connexor/tokens.xml
rename to t/real/corpus/GOE/AGA/03828/connexor/tokens.xml
diff --git a/t/corpus/GOE/AGA/03828/corenlp/constituency.xml b/t/real/corpus/GOE/AGA/03828/corenlp/constituency.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/corenlp/constituency.xml
rename to t/real/corpus/GOE/AGA/03828/corenlp/constituency.xml
diff --git a/t/corpus/GOE/AGA/03828/corenlp/morpho.xml b/t/real/corpus/GOE/AGA/03828/corenlp/morpho.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/corenlp/morpho.xml
rename to t/real/corpus/GOE/AGA/03828/corenlp/morpho.xml
diff --git a/t/corpus/GOE/AGA/03828/corenlp/ne_combined.xml b/t/real/corpus/GOE/AGA/03828/corenlp/ne_combined.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/corenlp/ne_combined.xml
rename to t/real/corpus/GOE/AGA/03828/corenlp/ne_combined.xml
diff --git a/t/corpus/GOE/AGA/03828/corenlp/sentences.xml b/t/real/corpus/GOE/AGA/03828/corenlp/sentences.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/corenlp/sentences.xml
rename to t/real/corpus/GOE/AGA/03828/corenlp/sentences.xml
diff --git a/t/corpus/GOE/AGA/03828/corenlp/tokens.xml b/t/real/corpus/GOE/AGA/03828/corenlp/tokens.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/corenlp/tokens.xml
rename to t/real/corpus/GOE/AGA/03828/corenlp/tokens.xml
diff --git a/t/corpus/GOE/AGA/03828/data.xml b/t/real/corpus/GOE/AGA/03828/data.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/data.xml
rename to t/real/corpus/GOE/AGA/03828/data.xml
diff --git a/t/corpus/GOE/AGA/03828/glemm/glemm.xml b/t/real/corpus/GOE/AGA/03828/glemm/glemm.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/glemm/glemm.xml
rename to t/real/corpus/GOE/AGA/03828/glemm/glemm.xml
diff --git a/t/corpus/GOE/AGA/03828/header.xml b/t/real/corpus/GOE/AGA/03828/header.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/header.xml
rename to t/real/corpus/GOE/AGA/03828/header.xml
diff --git a/t/corpus/GOE/AGA/03828/mate/dependency.xml b/t/real/corpus/GOE/AGA/03828/mate/dependency.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/mate/dependency.xml
rename to t/real/corpus/GOE/AGA/03828/mate/dependency.xml
diff --git a/t/corpus/GOE/AGA/03828/mate/morpho.xml b/t/real/corpus/GOE/AGA/03828/mate/morpho.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/mate/morpho.xml
rename to t/real/corpus/GOE/AGA/03828/mate/morpho.xml
diff --git a/t/corpus/GOE/AGA/03828/mate/pipeline/one_token_per_line.txt b/t/real/corpus/GOE/AGA/03828/mate/pipeline/one_token_per_line.txt
similarity index 100%
rename from t/corpus/GOE/AGA/03828/mate/pipeline/one_token_per_line.txt
rename to t/real/corpus/GOE/AGA/03828/mate/pipeline/one_token_per_line.txt
diff --git a/t/corpus/GOE/AGA/03828/mate/pipeline/parsed.txt b/t/real/corpus/GOE/AGA/03828/mate/pipeline/parsed.txt
similarity index 100%
rename from t/corpus/GOE/AGA/03828/mate/pipeline/parsed.txt
rename to t/real/corpus/GOE/AGA/03828/mate/pipeline/parsed.txt
diff --git a/t/corpus/GOE/AGA/03828/mate/tokenSpans/number_tokenSpans.xml b/t/real/corpus/GOE/AGA/03828/mate/tokenSpans/number_tokenSpans.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/mate/tokenSpans/number_tokenSpans.xml
rename to t/real/corpus/GOE/AGA/03828/mate/tokenSpans/number_tokenSpans.xml
diff --git a/t/corpus/GOE/AGA/03828/opennlp/morpho.xml b/t/real/corpus/GOE/AGA/03828/opennlp/morpho.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/opennlp/morpho.xml
rename to t/real/corpus/GOE/AGA/03828/opennlp/morpho.xml
diff --git a/t/corpus/GOE/AGA/03828/opennlp/sentences.xml b/t/real/corpus/GOE/AGA/03828/opennlp/sentences.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/opennlp/sentences.xml
rename to t/real/corpus/GOE/AGA/03828/opennlp/sentences.xml
diff --git a/t/corpus/GOE/AGA/03828/opennlp/tokens.xml b/t/real/corpus/GOE/AGA/03828/opennlp/tokens.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/opennlp/tokens.xml
rename to t/real/corpus/GOE/AGA/03828/opennlp/tokens.xml
diff --git a/t/corpus/GOE/AGA/03828/struct/structure.xml b/t/real/corpus/GOE/AGA/03828/struct/structure.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/struct/structure.xml
rename to t/real/corpus/GOE/AGA/03828/struct/structure.xml
diff --git a/t/corpus/GOE/AGA/03828/text.txt b/t/real/corpus/GOE/AGA/03828/text.txt
similarity index 100%
rename from t/corpus/GOE/AGA/03828/text.txt
rename to t/real/corpus/GOE/AGA/03828/text.txt
diff --git a/t/corpus/GOE/AGA/03828/tree_tagger/metadata.xml b/t/real/corpus/GOE/AGA/03828/tree_tagger/metadata.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/tree_tagger/metadata.xml
rename to t/real/corpus/GOE/AGA/03828/tree_tagger/metadata.xml
diff --git a/t/corpus/GOE/AGA/03828/tree_tagger/morpho.xml b/t/real/corpus/GOE/AGA/03828/tree_tagger/morpho.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/tree_tagger/morpho.xml
rename to t/real/corpus/GOE/AGA/03828/tree_tagger/morpho.xml
diff --git a/t/corpus/GOE/AGA/03828/tree_tagger/sentences.xml b/t/real/corpus/GOE/AGA/03828/tree_tagger/sentences.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/tree_tagger/sentences.xml
rename to t/real/corpus/GOE/AGA/03828/tree_tagger/sentences.xml
diff --git a/t/corpus/GOE/AGA/03828/tree_tagger/tokens.xml b/t/real/corpus/GOE/AGA/03828/tree_tagger/tokens.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/tree_tagger/tokens.xml
rename to t/real/corpus/GOE/AGA/03828/tree_tagger/tokens.xml
diff --git a/t/corpus/GOE/AGA/03828/xip/constituency.xml b/t/real/corpus/GOE/AGA/03828/xip/constituency.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/xip/constituency.xml
rename to t/real/corpus/GOE/AGA/03828/xip/constituency.xml
diff --git a/t/corpus/GOE/AGA/03828/xip/dependency.xml b/t/real/corpus/GOE/AGA/03828/xip/dependency.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/xip/dependency.xml
rename to t/real/corpus/GOE/AGA/03828/xip/dependency.xml
diff --git a/t/corpus/GOE/AGA/03828/xip/metadata.xml b/t/real/corpus/GOE/AGA/03828/xip/metadata.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/xip/metadata.xml
rename to t/real/corpus/GOE/AGA/03828/xip/metadata.xml
diff --git a/t/corpus/GOE/AGA/03828/xip/morpho.xml b/t/real/corpus/GOE/AGA/03828/xip/morpho.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/xip/morpho.xml
rename to t/real/corpus/GOE/AGA/03828/xip/morpho.xml
diff --git a/t/corpus/GOE/AGA/03828/xip/sentences.xml b/t/real/corpus/GOE/AGA/03828/xip/sentences.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/xip/sentences.xml
rename to t/real/corpus/GOE/AGA/03828/xip/sentences.xml
diff --git a/t/corpus/GOE/AGA/03828/xip/tokens.xml b/t/real/corpus/GOE/AGA/03828/xip/tokens.xml
similarity index 100%
rename from t/corpus/GOE/AGA/03828/xip/tokens.xml
rename to t/real/corpus/GOE/AGA/03828/xip/tokens.xml
diff --git a/t/corpus/GOE/AGA/header.xml b/t/real/corpus/GOE/AGA/header.xml
similarity index 100%
rename from t/corpus/GOE/AGA/header.xml
rename to t/real/corpus/GOE/AGA/header.xml
diff --git a/t/corpus/GOE/AGX/00006/base/paragraph.xml b/t/real/corpus/GOE/AGX/00006/base/paragraph.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/base/paragraph.xml
rename to t/real/corpus/GOE/AGX/00006/base/paragraph.xml
diff --git a/t/corpus/GOE/AGX/00006/base/sentences.xml b/t/real/corpus/GOE/AGX/00006/base/sentences.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/base/sentences.xml
rename to t/real/corpus/GOE/AGX/00006/base/sentences.xml
diff --git a/t/corpus/GOE/AGX/00006/base/tokens_aggr.xml b/t/real/corpus/GOE/AGX/00006/base/tokens_aggr.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/base/tokens_aggr.xml
rename to t/real/corpus/GOE/AGX/00006/base/tokens_aggr.xml
diff --git a/t/corpus/GOE/AGX/00006/base/tokens_conservative.xml b/t/real/corpus/GOE/AGX/00006/base/tokens_conservative.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/base/tokens_conservative.xml
rename to t/real/corpus/GOE/AGX/00006/base/tokens_conservative.xml
diff --git a/t/corpus/GOE/AGX/00006/connexor/metadata.xml b/t/real/corpus/GOE/AGX/00006/connexor/metadata.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/connexor/metadata.xml
rename to t/real/corpus/GOE/AGX/00006/connexor/metadata.xml
diff --git a/t/corpus/GOE/AGX/00006/connexor/morpho.xml b/t/real/corpus/GOE/AGX/00006/connexor/morpho.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/connexor/morpho.xml
rename to t/real/corpus/GOE/AGX/00006/connexor/morpho.xml
diff --git a/t/corpus/GOE/AGX/00006/connexor/phrase.xml b/t/real/corpus/GOE/AGX/00006/connexor/phrase.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/connexor/phrase.xml
rename to t/real/corpus/GOE/AGX/00006/connexor/phrase.xml
diff --git a/t/corpus/GOE/AGX/00006/connexor/sentences.xml b/t/real/corpus/GOE/AGX/00006/connexor/sentences.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/connexor/sentences.xml
rename to t/real/corpus/GOE/AGX/00006/connexor/sentences.xml
diff --git a/t/corpus/GOE/AGX/00006/connexor/syntax.xml b/t/real/corpus/GOE/AGX/00006/connexor/syntax.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/connexor/syntax.xml
rename to t/real/corpus/GOE/AGX/00006/connexor/syntax.xml
diff --git a/t/corpus/GOE/AGX/00006/connexor/tokens.xml b/t/real/corpus/GOE/AGX/00006/connexor/tokens.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/connexor/tokens.xml
rename to t/real/corpus/GOE/AGX/00006/connexor/tokens.xml
diff --git a/t/corpus/GOE/AGX/00006/corenlp/constituency.xml b/t/real/corpus/GOE/AGX/00006/corenlp/constituency.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/corenlp/constituency.xml
rename to t/real/corpus/GOE/AGX/00006/corenlp/constituency.xml
diff --git a/t/corpus/GOE/AGX/00006/corenlp/morpho.xml b/t/real/corpus/GOE/AGX/00006/corenlp/morpho.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/corenlp/morpho.xml
rename to t/real/corpus/GOE/AGX/00006/corenlp/morpho.xml
diff --git a/t/corpus/GOE/AGX/00006/corenlp/ne_combined.xml b/t/real/corpus/GOE/AGX/00006/corenlp/ne_combined.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/corenlp/ne_combined.xml
rename to t/real/corpus/GOE/AGX/00006/corenlp/ne_combined.xml
diff --git a/t/corpus/GOE/AGX/00006/corenlp/sentences.xml b/t/real/corpus/GOE/AGX/00006/corenlp/sentences.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/corenlp/sentences.xml
rename to t/real/corpus/GOE/AGX/00006/corenlp/sentences.xml
diff --git a/t/corpus/GOE/AGX/00006/corenlp/tokens.xml b/t/real/corpus/GOE/AGX/00006/corenlp/tokens.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/corenlp/tokens.xml
rename to t/real/corpus/GOE/AGX/00006/corenlp/tokens.xml
diff --git a/t/corpus/GOE/AGX/00006/data.xml b/t/real/corpus/GOE/AGX/00006/data.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/data.xml
rename to t/real/corpus/GOE/AGX/00006/data.xml
diff --git a/t/corpus/GOE/AGX/00006/glemm/glemm.xml b/t/real/corpus/GOE/AGX/00006/glemm/glemm.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/glemm/glemm.xml
rename to t/real/corpus/GOE/AGX/00006/glemm/glemm.xml
diff --git a/t/corpus/GOE/AGX/00006/header.xml b/t/real/corpus/GOE/AGX/00006/header.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/header.xml
rename to t/real/corpus/GOE/AGX/00006/header.xml
diff --git a/t/corpus/GOE/AGX/00006/mate/dependency.xml b/t/real/corpus/GOE/AGX/00006/mate/dependency.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/mate/dependency.xml
rename to t/real/corpus/GOE/AGX/00006/mate/dependency.xml
diff --git a/t/corpus/GOE/AGX/00006/mate/morpho.xml b/t/real/corpus/GOE/AGX/00006/mate/morpho.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/mate/morpho.xml
rename to t/real/corpus/GOE/AGX/00006/mate/morpho.xml
diff --git a/t/corpus/GOE/AGX/00006/mate/pipeline/one_token_per_line.txt b/t/real/corpus/GOE/AGX/00006/mate/pipeline/one_token_per_line.txt
similarity index 100%
rename from t/corpus/GOE/AGX/00006/mate/pipeline/one_token_per_line.txt
rename to t/real/corpus/GOE/AGX/00006/mate/pipeline/one_token_per_line.txt
diff --git a/t/corpus/GOE/AGX/00006/mate/pipeline/parsed.txt b/t/real/corpus/GOE/AGX/00006/mate/pipeline/parsed.txt
similarity index 100%
rename from t/corpus/GOE/AGX/00006/mate/pipeline/parsed.txt
rename to t/real/corpus/GOE/AGX/00006/mate/pipeline/parsed.txt
diff --git a/t/corpus/GOE/AGX/00006/mate/tokenSpans/number_tokenSpans.xml b/t/real/corpus/GOE/AGX/00006/mate/tokenSpans/number_tokenSpans.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/mate/tokenSpans/number_tokenSpans.xml
rename to t/real/corpus/GOE/AGX/00006/mate/tokenSpans/number_tokenSpans.xml
diff --git a/t/corpus/GOE/AGX/00006/opennlp/morpho.xml b/t/real/corpus/GOE/AGX/00006/opennlp/morpho.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/opennlp/morpho.xml
rename to t/real/corpus/GOE/AGX/00006/opennlp/morpho.xml
diff --git a/t/corpus/GOE/AGX/00006/opennlp/sentences.xml b/t/real/corpus/GOE/AGX/00006/opennlp/sentences.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/opennlp/sentences.xml
rename to t/real/corpus/GOE/AGX/00006/opennlp/sentences.xml
diff --git a/t/corpus/GOE/AGX/00006/opennlp/tokens.xml b/t/real/corpus/GOE/AGX/00006/opennlp/tokens.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/opennlp/tokens.xml
rename to t/real/corpus/GOE/AGX/00006/opennlp/tokens.xml
diff --git a/t/corpus/GOE/AGX/00006/struct/structure.xml b/t/real/corpus/GOE/AGX/00006/struct/structure.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/struct/structure.xml
rename to t/real/corpus/GOE/AGX/00006/struct/structure.xml
diff --git a/t/corpus/GOE/AGX/00006/text.txt b/t/real/corpus/GOE/AGX/00006/text.txt
similarity index 100%
rename from t/corpus/GOE/AGX/00006/text.txt
rename to t/real/corpus/GOE/AGX/00006/text.txt
diff --git a/t/corpus/GOE/AGX/00006/tree_tagger/metadata.xml b/t/real/corpus/GOE/AGX/00006/tree_tagger/metadata.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/tree_tagger/metadata.xml
rename to t/real/corpus/GOE/AGX/00006/tree_tagger/metadata.xml
diff --git a/t/corpus/GOE/AGX/00006/tree_tagger/morpho.xml b/t/real/corpus/GOE/AGX/00006/tree_tagger/morpho.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/tree_tagger/morpho.xml
rename to t/real/corpus/GOE/AGX/00006/tree_tagger/morpho.xml
diff --git a/t/corpus/GOE/AGX/00006/tree_tagger/sentences.xml b/t/real/corpus/GOE/AGX/00006/tree_tagger/sentences.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/tree_tagger/sentences.xml
rename to t/real/corpus/GOE/AGX/00006/tree_tagger/sentences.xml
diff --git a/t/corpus/GOE/AGX/00006/tree_tagger/tokens.xml b/t/real/corpus/GOE/AGX/00006/tree_tagger/tokens.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/tree_tagger/tokens.xml
rename to t/real/corpus/GOE/AGX/00006/tree_tagger/tokens.xml
diff --git a/t/corpus/GOE/AGX/00006/xip/constituency.xml b/t/real/corpus/GOE/AGX/00006/xip/constituency.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/xip/constituency.xml
rename to t/real/corpus/GOE/AGX/00006/xip/constituency.xml
diff --git a/t/corpus/GOE/AGX/00006/xip/dependency.xml b/t/real/corpus/GOE/AGX/00006/xip/dependency.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/xip/dependency.xml
rename to t/real/corpus/GOE/AGX/00006/xip/dependency.xml
diff --git a/t/corpus/GOE/AGX/00006/xip/metadata.xml b/t/real/corpus/GOE/AGX/00006/xip/metadata.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/xip/metadata.xml
rename to t/real/corpus/GOE/AGX/00006/xip/metadata.xml
diff --git a/t/corpus/GOE/AGX/00006/xip/morpho.xml b/t/real/corpus/GOE/AGX/00006/xip/morpho.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/xip/morpho.xml
rename to t/real/corpus/GOE/AGX/00006/xip/morpho.xml
diff --git a/t/corpus/GOE/AGX/00006/xip/sentences.xml b/t/real/corpus/GOE/AGX/00006/xip/sentences.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/xip/sentences.xml
rename to t/real/corpus/GOE/AGX/00006/xip/sentences.xml
diff --git a/t/corpus/GOE/AGX/00006/xip/tokens.xml b/t/real/corpus/GOE/AGX/00006/xip/tokens.xml
similarity index 100%
rename from t/corpus/GOE/AGX/00006/xip/tokens.xml
rename to t/real/corpus/GOE/AGX/00006/xip/tokens.xml
diff --git a/t/corpus/GOE/AGX/header.xml b/t/real/corpus/GOE/AGX/header.xml
similarity index 100%
rename from t/corpus/GOE/AGX/header.xml
rename to t/real/corpus/GOE/AGX/header.xml
diff --git a/t/corpus/GOE/header.xml b/t/real/corpus/GOE/header.xml
similarity index 100%
rename from t/corpus/GOE/header.xml
rename to t/real/corpus/GOE/header.xml
diff --git a/t/corpus/GOE2/AGA/03828/base/tokens_aggr.xml b/t/real/corpus/GOE2/AGA/03828/base/tokens_aggr.xml
similarity index 100%
rename from t/corpus/GOE2/AGA/03828/base/tokens_aggr.xml
rename to t/real/corpus/GOE2/AGA/03828/base/tokens_aggr.xml
diff --git a/t/corpus/GOE2/AGA/03828/base/tokens_conservative.xml b/t/real/corpus/GOE2/AGA/03828/base/tokens_conservative.xml
similarity index 100%
rename from t/corpus/GOE2/AGA/03828/base/tokens_conservative.xml
rename to t/real/corpus/GOE2/AGA/03828/base/tokens_conservative.xml
diff --git a/t/corpus/GOE2/AGA/03828/data.xml b/t/real/corpus/GOE2/AGA/03828/data.xml
similarity index 100%
rename from t/corpus/GOE2/AGA/03828/data.xml
rename to t/real/corpus/GOE2/AGA/03828/data.xml
diff --git a/t/corpus/GOE2/AGA/03828/header.xml b/t/real/corpus/GOE2/AGA/03828/header.xml
similarity index 100%
rename from t/corpus/GOE2/AGA/03828/header.xml
rename to t/real/corpus/GOE2/AGA/03828/header.xml
diff --git a/t/corpus/GOE2/AGA/03828/marmot/morpho.xml b/t/real/corpus/GOE2/AGA/03828/marmot/morpho.xml
similarity index 100%
rename from t/corpus/GOE2/AGA/03828/marmot/morpho.xml
rename to t/real/corpus/GOE2/AGA/03828/marmot/morpho.xml
diff --git a/t/corpus/GOE2/AGA/03828/struct/structure.xml b/t/real/corpus/GOE2/AGA/03828/struct/structure.xml
similarity index 100%
rename from t/corpus/GOE2/AGA/03828/struct/structure.xml
rename to t/real/corpus/GOE2/AGA/03828/struct/structure.xml
diff --git a/t/corpus/GOE2/AGA/header.xml b/t/real/corpus/GOE2/AGA/header.xml
similarity index 100%
rename from t/corpus/GOE2/AGA/header.xml
rename to t/real/corpus/GOE2/AGA/header.xml
diff --git a/t/corpus/GOE2/header.xml b/t/real/corpus/GOE2/header.xml
similarity index 100%
rename from t/corpus/GOE2/header.xml
rename to t/real/corpus/GOE2/header.xml
diff --git a/t/corpus/HNC/DOC00001/00001/data.xml b/t/real/corpus/HNC/DOC00001/00001/data.xml
similarity index 100%
rename from t/corpus/HNC/DOC00001/00001/data.xml
rename to t/real/corpus/HNC/DOC00001/00001/data.xml
diff --git a/t/corpus/HNC/DOC00001/00001/header.xml b/t/real/corpus/HNC/DOC00001/00001/header.xml
similarity index 100%
rename from t/corpus/HNC/DOC00001/00001/header.xml
rename to t/real/corpus/HNC/DOC00001/00001/header.xml
diff --git a/t/corpus/HNC/DOC00001/00001/hnc/morpho.xml b/t/real/corpus/HNC/DOC00001/00001/hnc/morpho.xml
similarity index 100%
rename from t/corpus/HNC/DOC00001/00001/hnc/morpho.xml
rename to t/real/corpus/HNC/DOC00001/00001/hnc/morpho.xml
diff --git a/t/corpus/HNC/DOC00001/00001/struct/structure.xml b/t/real/corpus/HNC/DOC00001/00001/struct/structure.xml
similarity index 100%
rename from t/corpus/HNC/DOC00001/00001/struct/structure.xml
rename to t/real/corpus/HNC/DOC00001/00001/struct/structure.xml
diff --git a/t/corpus/HNC/DOC00001/header.xml b/t/real/corpus/HNC/DOC00001/header.xml
similarity index 100%
rename from t/corpus/HNC/DOC00001/header.xml
rename to t/real/corpus/HNC/DOC00001/header.xml
diff --git a/t/corpus/I5/rei-example.i5 b/t/real/corpus/I5/rei-example.i5
similarity index 100%
rename from t/corpus/I5/rei-example.i5
rename to t/real/corpus/I5/rei-example.i5
diff --git a/t/corpus/NGAFC/B14/00010/base/tokens.xml b/t/real/corpus/NGAFC/B14/00010/base/tokens.xml
similarity index 100%
rename from t/corpus/NGAFC/B14/00010/base/tokens.xml
rename to t/real/corpus/NGAFC/B14/00010/base/tokens.xml
diff --git a/t/corpus/NGAFC/B14/00010/corenlp/constituency.xml b/t/real/corpus/NGAFC/B14/00010/corenlp/constituency.xml
similarity index 100%
rename from t/corpus/NGAFC/B14/00010/corenlp/constituency.xml
rename to t/real/corpus/NGAFC/B14/00010/corenlp/constituency.xml
diff --git a/t/corpus/NGAFC/B14/00010/corenlp/metadata.xml b/t/real/corpus/NGAFC/B14/00010/corenlp/metadata.xml
similarity index 100%
rename from t/corpus/NGAFC/B14/00010/corenlp/metadata.xml
rename to t/real/corpus/NGAFC/B14/00010/corenlp/metadata.xml
diff --git a/t/corpus/NGAFC/B14/00010/corenlp/morpho.xml b/t/real/corpus/NGAFC/B14/00010/corenlp/morpho.xml
similarity index 100%
rename from t/corpus/NGAFC/B14/00010/corenlp/morpho.xml
rename to t/real/corpus/NGAFC/B14/00010/corenlp/morpho.xml
diff --git a/t/corpus/NGAFC/B14/00010/corenlp/sentences.xml b/t/real/corpus/NGAFC/B14/00010/corenlp/sentences.xml
similarity index 100%
rename from t/corpus/NGAFC/B14/00010/corenlp/sentences.xml
rename to t/real/corpus/NGAFC/B14/00010/corenlp/sentences.xml
diff --git a/t/corpus/NGAFC/B14/00010/corenlp/tokens.xml b/t/real/corpus/NGAFC/B14/00010/corenlp/tokens.xml
similarity index 100%
rename from t/corpus/NGAFC/B14/00010/corenlp/tokens.xml
rename to t/real/corpus/NGAFC/B14/00010/corenlp/tokens.xml
diff --git a/t/corpus/NGAFC/B14/00010/data.xml b/t/real/corpus/NGAFC/B14/00010/data.xml
similarity index 100%
rename from t/corpus/NGAFC/B14/00010/data.xml
rename to t/real/corpus/NGAFC/B14/00010/data.xml
diff --git a/t/corpus/NGAFC/B14/00010/header.xml b/t/real/corpus/NGAFC/B14/00010/header.xml
similarity index 100%
rename from t/corpus/NGAFC/B14/00010/header.xml
rename to t/real/corpus/NGAFC/B14/00010/header.xml
diff --git a/t/corpus/NGAFC/B14/00010/malt/dependency.xml b/t/real/corpus/NGAFC/B14/00010/malt/dependency.xml
similarity index 100%
rename from t/corpus/NGAFC/B14/00010/malt/dependency.xml
rename to t/real/corpus/NGAFC/B14/00010/malt/dependency.xml
diff --git a/t/corpus/NGAFC/B14/00010/marmot/morpho.xml b/t/real/corpus/NGAFC/B14/00010/marmot/morpho.xml
similarity index 100%
rename from t/corpus/NGAFC/B14/00010/marmot/morpho.xml
rename to t/real/corpus/NGAFC/B14/00010/marmot/morpho.xml
diff --git a/t/corpus/NGAFC/B14/00010/opennlp/metadata.xml b/t/real/corpus/NGAFC/B14/00010/opennlp/metadata.xml
similarity index 100%
rename from t/corpus/NGAFC/B14/00010/opennlp/metadata.xml
rename to t/real/corpus/NGAFC/B14/00010/opennlp/metadata.xml
diff --git a/t/corpus/NGAFC/B14/00010/opennlp/morpho.xml b/t/real/corpus/NGAFC/B14/00010/opennlp/morpho.xml
similarity index 100%
rename from t/corpus/NGAFC/B14/00010/opennlp/morpho.xml
rename to t/real/corpus/NGAFC/B14/00010/opennlp/morpho.xml
diff --git a/t/corpus/NGAFC/B14/00010/opennlp/sentences.xml b/t/real/corpus/NGAFC/B14/00010/opennlp/sentences.xml
similarity index 100%
rename from t/corpus/NGAFC/B14/00010/opennlp/sentences.xml
rename to t/real/corpus/NGAFC/B14/00010/opennlp/sentences.xml
diff --git a/t/corpus/NGAFC/B14/00010/opennlp/tokens.xml b/t/real/corpus/NGAFC/B14/00010/opennlp/tokens.xml
similarity index 100%
rename from t/corpus/NGAFC/B14/00010/opennlp/tokens.xml
rename to t/real/corpus/NGAFC/B14/00010/opennlp/tokens.xml
diff --git a/t/corpus/NGAFC/B14/00010/struct/structure.xml b/t/real/corpus/NGAFC/B14/00010/struct/structure.xml
similarity index 100%
rename from t/corpus/NGAFC/B14/00010/struct/structure.xml
rename to t/real/corpus/NGAFC/B14/00010/struct/structure.xml
diff --git a/t/corpus/NGAFC/B14/00010/tree_tagger/morpho.xml b/t/real/corpus/NGAFC/B14/00010/tree_tagger/morpho.xml
similarity index 100%
rename from t/corpus/NGAFC/B14/00010/tree_tagger/morpho.xml
rename to t/real/corpus/NGAFC/B14/00010/tree_tagger/morpho.xml
diff --git a/t/corpus/NGAFC/B14/header.xml b/t/real/corpus/NGAFC/B14/header.xml
similarity index 100%
rename from t/corpus/NGAFC/B14/header.xml
rename to t/real/corpus/NGAFC/B14/header.xml
diff --git a/t/corpus/NGAFC/header.xml b/t/real/corpus/NGAFC/header.xml
similarity index 100%
rename from t/corpus/NGAFC/header.xml
rename to t/real/corpus/NGAFC/header.xml
diff --git a/t/corpus/REDEW/DOC1/00000/data.xml b/t/real/corpus/REDEW/DOC1/00000/data.xml
similarity index 100%
rename from t/corpus/REDEW/DOC1/00000/data.xml
rename to t/real/corpus/REDEW/DOC1/00000/data.xml
diff --git a/t/corpus/REDEW/DOC1/00000/drukola/morpho.xml b/t/real/corpus/REDEW/DOC1/00000/drukola/morpho.xml
similarity index 100%
rename from t/corpus/REDEW/DOC1/00000/drukola/morpho.xml
rename to t/real/corpus/REDEW/DOC1/00000/drukola/morpho.xml
diff --git a/t/corpus/REDEW/DOC1/00000/header.xml b/t/real/corpus/REDEW/DOC1/00000/header.xml
similarity index 100%
rename from t/corpus/REDEW/DOC1/00000/header.xml
rename to t/real/corpus/REDEW/DOC1/00000/header.xml
diff --git a/t/corpus/REDEW/DOC1/00000/struct/structure.xml b/t/real/corpus/REDEW/DOC1/00000/struct/structure.xml
similarity index 100%
rename from t/corpus/REDEW/DOC1/00000/struct/structure.xml
rename to t/real/corpus/REDEW/DOC1/00000/struct/structure.xml
diff --git a/t/corpus/REDEW/DOC1/header.xml b/t/real/corpus/REDEW/DOC1/header.xml
similarity index 100%
rename from t/corpus/REDEW/DOC1/header.xml
rename to t/real/corpus/REDEW/DOC1/header.xml
diff --git a/t/corpus/REDEW/DOC1b/00001/data.xml b/t/real/corpus/REDEW/DOC1b/00001/data.xml
similarity index 100%
rename from t/corpus/REDEW/DOC1b/00001/data.xml
rename to t/real/corpus/REDEW/DOC1b/00001/data.xml
diff --git a/t/corpus/REDEW/DOC1b/00001/header.xml b/t/real/corpus/REDEW/DOC1b/00001/header.xml
similarity index 100%
rename from t/corpus/REDEW/DOC1b/00001/header.xml
rename to t/real/corpus/REDEW/DOC1b/00001/header.xml
diff --git a/t/corpus/REDEW/DOC1b/00001/rwk/morpho.xml b/t/real/corpus/REDEW/DOC1b/00001/rwk/morpho.xml
similarity index 100%
rename from t/corpus/REDEW/DOC1b/00001/rwk/morpho.xml
rename to t/real/corpus/REDEW/DOC1b/00001/rwk/morpho.xml
diff --git a/t/corpus/REDEW/DOC1b/00001/struct/structure.xml b/t/real/corpus/REDEW/DOC1b/00001/struct/structure.xml
similarity index 100%
rename from t/corpus/REDEW/DOC1b/00001/struct/structure.xml
rename to t/real/corpus/REDEW/DOC1b/00001/struct/structure.xml
diff --git a/t/corpus/REDEW/DOC1b/00011/data.xml b/t/real/corpus/REDEW/DOC1b/00011/data.xml
similarity index 100%
rename from t/corpus/REDEW/DOC1b/00011/data.xml
rename to t/real/corpus/REDEW/DOC1b/00011/data.xml
diff --git a/t/corpus/REDEW/DOC1b/00011/header.xml b/t/real/corpus/REDEW/DOC1b/00011/header.xml
similarity index 100%
rename from t/corpus/REDEW/DOC1b/00011/header.xml
rename to t/real/corpus/REDEW/DOC1b/00011/header.xml
diff --git a/t/corpus/REDEW/DOC1b/00011/rwk/morpho.xml b/t/real/corpus/REDEW/DOC1b/00011/rwk/morpho.xml
similarity index 100%
rename from t/corpus/REDEW/DOC1b/00011/rwk/morpho.xml
rename to t/real/corpus/REDEW/DOC1b/00011/rwk/morpho.xml
diff --git a/t/corpus/REDEW/DOC1b/00011/struct/structure.xml b/t/real/corpus/REDEW/DOC1b/00011/struct/structure.xml
similarity index 100%
rename from t/corpus/REDEW/DOC1b/00011/struct/structure.xml
rename to t/real/corpus/REDEW/DOC1b/00011/struct/structure.xml
diff --git a/t/corpus/REDEW/DOC1b/00558/data.xml b/t/real/corpus/REDEW/DOC1b/00558/data.xml
similarity index 100%
rename from t/corpus/REDEW/DOC1b/00558/data.xml
rename to t/real/corpus/REDEW/DOC1b/00558/data.xml
diff --git a/t/corpus/REDEW/DOC1b/00558/header.xml b/t/real/corpus/REDEW/DOC1b/00558/header.xml
similarity index 100%
rename from t/corpus/REDEW/DOC1b/00558/header.xml
rename to t/real/corpus/REDEW/DOC1b/00558/header.xml
diff --git a/t/corpus/REDEW/DOC1b/00558/rwk/morpho.xml b/t/real/corpus/REDEW/DOC1b/00558/rwk/morpho.xml
similarity index 100%
rename from t/corpus/REDEW/DOC1b/00558/rwk/morpho.xml
rename to t/real/corpus/REDEW/DOC1b/00558/rwk/morpho.xml
diff --git a/t/corpus/REDEW/DOC1b/00558/struct/structure.xml b/t/real/corpus/REDEW/DOC1b/00558/struct/structure.xml
similarity index 100%
rename from t/corpus/REDEW/DOC1b/00558/struct/structure.xml
rename to t/real/corpus/REDEW/DOC1b/00558/struct/structure.xml
diff --git a/t/corpus/REDEW/DOC1b/header.xml b/t/real/corpus/REDEW/DOC1b/header.xml
similarity index 100%
rename from t/corpus/REDEW/DOC1b/header.xml
rename to t/real/corpus/REDEW/DOC1b/header.xml
diff --git a/t/corpus/REDEW/header.xml b/t/real/corpus/REDEW/header.xml
similarity index 100%
rename from t/corpus/REDEW/header.xml
rename to t/real/corpus/REDEW/header.xml
diff --git a/t/corpus/REI/BNG/00071/base/paragraph.xml b/t/real/corpus/REI/BNG/00071/base/paragraph.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/base/paragraph.xml
rename to t/real/corpus/REI/BNG/00071/base/paragraph.xml
diff --git a/t/corpus/REI/BNG/00071/base/sentences.xml b/t/real/corpus/REI/BNG/00071/base/sentences.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/base/sentences.xml
rename to t/real/corpus/REI/BNG/00071/base/sentences.xml
diff --git a/t/corpus/REI/BNG/00071/base/tokens_aggr.xml b/t/real/corpus/REI/BNG/00071/base/tokens_aggr.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/base/tokens_aggr.xml
rename to t/real/corpus/REI/BNG/00071/base/tokens_aggr.xml
diff --git a/t/corpus/REI/BNG/00071/base/tokens_conservative.xml b/t/real/corpus/REI/BNG/00071/base/tokens_conservative.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/base/tokens_conservative.xml
rename to t/real/corpus/REI/BNG/00071/base/tokens_conservative.xml
diff --git a/t/corpus/REI/BNG/00071/corenlp/constituency.xml b/t/real/corpus/REI/BNG/00071/corenlp/constituency.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/corenlp/constituency.xml
rename to t/real/corpus/REI/BNG/00071/corenlp/constituency.xml
diff --git a/t/corpus/REI/BNG/00071/corenlp/metadata.xml b/t/real/corpus/REI/BNG/00071/corenlp/metadata.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/corenlp/metadata.xml
rename to t/real/corpus/REI/BNG/00071/corenlp/metadata.xml
diff --git a/t/corpus/REI/BNG/00071/corenlp/morpho.xml b/t/real/corpus/REI/BNG/00071/corenlp/morpho.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/corenlp/morpho.xml
rename to t/real/corpus/REI/BNG/00071/corenlp/morpho.xml
diff --git a/t/corpus/REI/BNG/00071/corenlp/sentences.xml b/t/real/corpus/REI/BNG/00071/corenlp/sentences.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/corenlp/sentences.xml
rename to t/real/corpus/REI/BNG/00071/corenlp/sentences.xml
diff --git a/t/corpus/REI/BNG/00071/corenlp/tokens.xml b/t/real/corpus/REI/BNG/00071/corenlp/tokens.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/corenlp/tokens.xml
rename to t/real/corpus/REI/BNG/00071/corenlp/tokens.xml
diff --git a/t/corpus/REI/BNG/00071/data.xml b/t/real/corpus/REI/BNG/00071/data.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/data.xml
rename to t/real/corpus/REI/BNG/00071/data.xml
diff --git a/t/corpus/REI/BNG/00071/header.xml b/t/real/corpus/REI/BNG/00071/header.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/header.xml
rename to t/real/corpus/REI/BNG/00071/header.xml
diff --git a/t/corpus/REI/BNG/00071/malt/dependency.xml b/t/real/corpus/REI/BNG/00071/malt/dependency.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/malt/dependency.xml
rename to t/real/corpus/REI/BNG/00071/malt/dependency.xml
diff --git a/t/corpus/REI/BNG/00071/malt/metadata.xml b/t/real/corpus/REI/BNG/00071/malt/metadata.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/malt/metadata.xml
rename to t/real/corpus/REI/BNG/00071/malt/metadata.xml
diff --git a/t/corpus/REI/BNG/00071/opennlp/metadata.xml b/t/real/corpus/REI/BNG/00071/opennlp/metadata.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/opennlp/metadata.xml
rename to t/real/corpus/REI/BNG/00071/opennlp/metadata.xml
diff --git a/t/corpus/REI/BNG/00071/opennlp/morpho.xml b/t/real/corpus/REI/BNG/00071/opennlp/morpho.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/opennlp/morpho.xml
rename to t/real/corpus/REI/BNG/00071/opennlp/morpho.xml
diff --git a/t/corpus/REI/BNG/00071/opennlp/sentences.xml b/t/real/corpus/REI/BNG/00071/opennlp/sentences.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/opennlp/sentences.xml
rename to t/real/corpus/REI/BNG/00071/opennlp/sentences.xml
diff --git a/t/corpus/REI/BNG/00071/opennlp/tokens.xml b/t/real/corpus/REI/BNG/00071/opennlp/tokens.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/opennlp/tokens.xml
rename to t/real/corpus/REI/BNG/00071/opennlp/tokens.xml
diff --git a/t/corpus/REI/BNG/00071/struct/structure.xml b/t/real/corpus/REI/BNG/00071/struct/structure.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/struct/structure.xml
rename to t/real/corpus/REI/BNG/00071/struct/structure.xml
diff --git a/t/corpus/REI/BNG/00071/tree_tagger/metadata.xml b/t/real/corpus/REI/BNG/00071/tree_tagger/metadata.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/tree_tagger/metadata.xml
rename to t/real/corpus/REI/BNG/00071/tree_tagger/metadata.xml
diff --git a/t/corpus/REI/BNG/00071/tree_tagger/morpho.xml b/t/real/corpus/REI/BNG/00071/tree_tagger/morpho.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/tree_tagger/morpho.xml
rename to t/real/corpus/REI/BNG/00071/tree_tagger/morpho.xml
diff --git a/t/corpus/REI/BNG/00071/tree_tagger/sentences.xml b/t/real/corpus/REI/BNG/00071/tree_tagger/sentences.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/tree_tagger/sentences.xml
rename to t/real/corpus/REI/BNG/00071/tree_tagger/sentences.xml
diff --git a/t/corpus/REI/BNG/00071/tree_tagger/tokens.xml b/t/real/corpus/REI/BNG/00071/tree_tagger/tokens.xml
similarity index 100%
rename from t/corpus/REI/BNG/00071/tree_tagger/tokens.xml
rename to t/real/corpus/REI/BNG/00071/tree_tagger/tokens.xml
diff --git a/t/corpus/REI/BNG/00128/base/paragraph.xml b/t/real/corpus/REI/BNG/00128/base/paragraph.xml
similarity index 100%
rename from t/corpus/REI/BNG/00128/base/paragraph.xml
rename to t/real/corpus/REI/BNG/00128/base/paragraph.xml
diff --git a/t/corpus/REI/BNG/00128/base/sentences.xml b/t/real/corpus/REI/BNG/00128/base/sentences.xml
similarity index 100%
rename from t/corpus/REI/BNG/00128/base/sentences.xml
rename to t/real/corpus/REI/BNG/00128/base/sentences.xml
diff --git a/t/corpus/REI/BNG/00128/base/tokens_aggr.xml b/t/real/corpus/REI/BNG/00128/base/tokens_aggr.xml
similarity index 100%
rename from t/corpus/REI/BNG/00128/base/tokens_aggr.xml
rename to t/real/corpus/REI/BNG/00128/base/tokens_aggr.xml
diff --git a/t/corpus/REI/BNG/00128/base/tokens_conservative.xml b/t/real/corpus/REI/BNG/00128/base/tokens_conservative.xml
similarity index 100%
rename from t/corpus/REI/BNG/00128/base/tokens_conservative.xml
rename to t/real/corpus/REI/BNG/00128/base/tokens_conservative.xml
diff --git a/t/corpus/REI/BNG/00128/data.xml b/t/real/corpus/REI/BNG/00128/data.xml
similarity index 100%
rename from t/corpus/REI/BNG/00128/data.xml
rename to t/real/corpus/REI/BNG/00128/data.xml
diff --git a/t/corpus/REI/BNG/00128/header.xml b/t/real/corpus/REI/BNG/00128/header.xml
similarity index 100%
rename from t/corpus/REI/BNG/00128/header.xml
rename to t/real/corpus/REI/BNG/00128/header.xml
diff --git a/t/corpus/REI/BNG/00128/malt/dependency.xml b/t/real/corpus/REI/BNG/00128/malt/dependency.xml
similarity index 100%
rename from t/corpus/REI/BNG/00128/malt/dependency.xml
rename to t/real/corpus/REI/BNG/00128/malt/dependency.xml
diff --git a/t/corpus/REI/BNG/00128/malt/metadata.xml b/t/real/corpus/REI/BNG/00128/malt/metadata.xml
similarity index 100%
rename from t/corpus/REI/BNG/00128/malt/metadata.xml
rename to t/real/corpus/REI/BNG/00128/malt/metadata.xml
diff --git a/t/corpus/REI/BNG/00128/struct/structure.xml b/t/real/corpus/REI/BNG/00128/struct/structure.xml
similarity index 100%
rename from t/corpus/REI/BNG/00128/struct/structure.xml
rename to t/real/corpus/REI/BNG/00128/struct/structure.xml
diff --git a/t/corpus/REI/BNG/header.xml b/t/real/corpus/REI/BNG/header.xml
similarity index 100%
rename from t/corpus/REI/BNG/header.xml
rename to t/real/corpus/REI/BNG/header.xml
diff --git a/t/corpus/REI/RBR/00610/base/paragraph.xml b/t/real/corpus/REI/RBR/00610/base/paragraph.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/base/paragraph.xml
rename to t/real/corpus/REI/RBR/00610/base/paragraph.xml
diff --git a/t/corpus/REI/RBR/00610/base/sentences.xml b/t/real/corpus/REI/RBR/00610/base/sentences.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/base/sentences.xml
rename to t/real/corpus/REI/RBR/00610/base/sentences.xml
diff --git a/t/corpus/REI/RBR/00610/base/tokens_aggr.xml b/t/real/corpus/REI/RBR/00610/base/tokens_aggr.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/base/tokens_aggr.xml
rename to t/real/corpus/REI/RBR/00610/base/tokens_aggr.xml
diff --git a/t/corpus/REI/RBR/00610/base/tokens_conservative.xml b/t/real/corpus/REI/RBR/00610/base/tokens_conservative.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/base/tokens_conservative.xml
rename to t/real/corpus/REI/RBR/00610/base/tokens_conservative.xml
diff --git a/t/corpus/REI/RBR/00610/corenlp/constituency.xml b/t/real/corpus/REI/RBR/00610/corenlp/constituency.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/corenlp/constituency.xml
rename to t/real/corpus/REI/RBR/00610/corenlp/constituency.xml
diff --git a/t/corpus/REI/RBR/00610/corenlp/metadata.xml b/t/real/corpus/REI/RBR/00610/corenlp/metadata.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/corenlp/metadata.xml
rename to t/real/corpus/REI/RBR/00610/corenlp/metadata.xml
diff --git a/t/corpus/REI/RBR/00610/corenlp/morpho.xml b/t/real/corpus/REI/RBR/00610/corenlp/morpho.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/corenlp/morpho.xml
rename to t/real/corpus/REI/RBR/00610/corenlp/morpho.xml
diff --git a/t/corpus/REI/RBR/00610/corenlp/sentences.xml b/t/real/corpus/REI/RBR/00610/corenlp/sentences.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/corenlp/sentences.xml
rename to t/real/corpus/REI/RBR/00610/corenlp/sentences.xml
diff --git a/t/corpus/REI/RBR/00610/corenlp/tokens.xml b/t/real/corpus/REI/RBR/00610/corenlp/tokens.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/corenlp/tokens.xml
rename to t/real/corpus/REI/RBR/00610/corenlp/tokens.xml
diff --git a/t/corpus/REI/RBR/00610/data.xml b/t/real/corpus/REI/RBR/00610/data.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/data.xml
rename to t/real/corpus/REI/RBR/00610/data.xml
diff --git a/t/corpus/REI/RBR/00610/header.xml b/t/real/corpus/REI/RBR/00610/header.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/header.xml
rename to t/real/corpus/REI/RBR/00610/header.xml
diff --git a/t/corpus/REI/RBR/00610/malt/dependency.xml b/t/real/corpus/REI/RBR/00610/malt/dependency.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/malt/dependency.xml
rename to t/real/corpus/REI/RBR/00610/malt/dependency.xml
diff --git a/t/corpus/REI/RBR/00610/malt/metadata.xml b/t/real/corpus/REI/RBR/00610/malt/metadata.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/malt/metadata.xml
rename to t/real/corpus/REI/RBR/00610/malt/metadata.xml
diff --git a/t/corpus/REI/RBR/00610/opennlp/metadata.xml b/t/real/corpus/REI/RBR/00610/opennlp/metadata.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/opennlp/metadata.xml
rename to t/real/corpus/REI/RBR/00610/opennlp/metadata.xml
diff --git a/t/corpus/REI/RBR/00610/opennlp/morpho.xml b/t/real/corpus/REI/RBR/00610/opennlp/morpho.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/opennlp/morpho.xml
rename to t/real/corpus/REI/RBR/00610/opennlp/morpho.xml
diff --git a/t/corpus/REI/RBR/00610/opennlp/sentences.xml b/t/real/corpus/REI/RBR/00610/opennlp/sentences.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/opennlp/sentences.xml
rename to t/real/corpus/REI/RBR/00610/opennlp/sentences.xml
diff --git a/t/corpus/REI/RBR/00610/opennlp/tokens.xml b/t/real/corpus/REI/RBR/00610/opennlp/tokens.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/opennlp/tokens.xml
rename to t/real/corpus/REI/RBR/00610/opennlp/tokens.xml
diff --git a/t/corpus/REI/RBR/00610/struct/structure.xml b/t/real/corpus/REI/RBR/00610/struct/structure.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/struct/structure.xml
rename to t/real/corpus/REI/RBR/00610/struct/structure.xml
diff --git a/t/corpus/REI/RBR/00610/tree_tagger/metadata.xml b/t/real/corpus/REI/RBR/00610/tree_tagger/metadata.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/tree_tagger/metadata.xml
rename to t/real/corpus/REI/RBR/00610/tree_tagger/metadata.xml
diff --git a/t/corpus/REI/RBR/00610/tree_tagger/morpho.xml b/t/real/corpus/REI/RBR/00610/tree_tagger/morpho.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/tree_tagger/morpho.xml
rename to t/real/corpus/REI/RBR/00610/tree_tagger/morpho.xml
diff --git a/t/corpus/REI/RBR/00610/tree_tagger/sentences.xml b/t/real/corpus/REI/RBR/00610/tree_tagger/sentences.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/tree_tagger/sentences.xml
rename to t/real/corpus/REI/RBR/00610/tree_tagger/sentences.xml
diff --git a/t/corpus/REI/RBR/00610/tree_tagger/tokens.xml b/t/real/corpus/REI/RBR/00610/tree_tagger/tokens.xml
similarity index 100%
rename from t/corpus/REI/RBR/00610/tree_tagger/tokens.xml
rename to t/real/corpus/REI/RBR/00610/tree_tagger/tokens.xml
diff --git a/t/corpus/REI/RBR/header.xml b/t/real/corpus/REI/RBR/header.xml
similarity index 100%
rename from t/corpus/REI/RBR/header.xml
rename to t/real/corpus/REI/RBR/header.xml
diff --git a/t/corpus/REI/header.xml b/t/real/corpus/REI/header.xml
similarity index 100%
rename from t/corpus/REI/header.xml
rename to t/real/corpus/REI/header.xml
diff --git a/t/corpus/UMB45/D38/00001/data.xml b/t/real/corpus/UMB45/D38/00001/data.xml
similarity index 100%
rename from t/corpus/UMB45/D38/00001/data.xml
rename to t/real/corpus/UMB45/D38/00001/data.xml
diff --git a/t/corpus/UMB45/D38/00001/header.xml b/t/real/corpus/UMB45/D38/00001/header.xml
similarity index 100%
rename from t/corpus/UMB45/D38/00001/header.xml
rename to t/real/corpus/UMB45/D38/00001/header.xml
diff --git a/t/corpus/UMB45/D38/header.xml b/t/real/corpus/UMB45/D38/header.xml
similarity index 100%
rename from t/corpus/UMB45/D38/header.xml
rename to t/real/corpus/UMB45/D38/header.xml
diff --git a/t/corpus/UMB45/header.xml b/t/real/corpus/UMB45/header.xml
similarity index 100%
rename from t/corpus/UMB45/header.xml
rename to t/real/corpus/UMB45/header.xml
diff --git a/t/corpus/VDI/JAN/00001/data.xml b/t/real/corpus/VDI/JAN/00001/data.xml
similarity index 100%
rename from t/corpus/VDI/JAN/00001/data.xml
rename to t/real/corpus/VDI/JAN/00001/data.xml
diff --git a/t/corpus/VDI/JAN/00001/header.xml b/t/real/corpus/VDI/JAN/00001/header.xml
similarity index 100%
rename from t/corpus/VDI/JAN/00001/header.xml
rename to t/real/corpus/VDI/JAN/00001/header.xml
diff --git a/t/corpus/VDI/JAN/00001/text.txt b/t/real/corpus/VDI/JAN/00001/text.txt
similarity index 100%
rename from t/corpus/VDI/JAN/00001/text.txt
rename to t/real/corpus/VDI/JAN/00001/text.txt
diff --git a/t/corpus/VDI/JAN/header.xml b/t/real/corpus/VDI/JAN/header.xml
similarity index 100%
rename from t/corpus/VDI/JAN/header.xml
rename to t/real/corpus/VDI/JAN/header.xml
diff --git a/t/corpus/VDI/header.xml b/t/real/corpus/VDI/header.xml
similarity index 100%
rename from t/corpus/VDI/header.xml
rename to t/real/corpus/VDI/header.xml
diff --git a/t/corpus/WDD/G27/38989/base/paragraph.xml b/t/real/corpus/WDD/G27/38989/base/paragraph.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/base/paragraph.xml
rename to t/real/corpus/WDD/G27/38989/base/paragraph.xml
diff --git a/t/corpus/WDD/G27/38989/base/sentences.xml b/t/real/corpus/WDD/G27/38989/base/sentences.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/base/sentences.xml
rename to t/real/corpus/WDD/G27/38989/base/sentences.xml
diff --git a/t/corpus/WDD/G27/38989/base/tokens_aggr.xml b/t/real/corpus/WDD/G27/38989/base/tokens_aggr.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/base/tokens_aggr.xml
rename to t/real/corpus/WDD/G27/38989/base/tokens_aggr.xml
diff --git a/t/corpus/WDD/G27/38989/base/tokens_conservative.xml b/t/real/corpus/WDD/G27/38989/base/tokens_conservative.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/base/tokens_conservative.xml
rename to t/real/corpus/WDD/G27/38989/base/tokens_conservative.xml
diff --git a/t/corpus/WDD/G27/38989/connexor/metadata.xml b/t/real/corpus/WDD/G27/38989/connexor/metadata.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/connexor/metadata.xml
rename to t/real/corpus/WDD/G27/38989/connexor/metadata.xml
diff --git a/t/corpus/WDD/G27/38989/connexor/morpho.xml b/t/real/corpus/WDD/G27/38989/connexor/morpho.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/connexor/morpho.xml
rename to t/real/corpus/WDD/G27/38989/connexor/morpho.xml
diff --git a/t/corpus/WDD/G27/38989/connexor/phrase.xml b/t/real/corpus/WDD/G27/38989/connexor/phrase.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/connexor/phrase.xml
rename to t/real/corpus/WDD/G27/38989/connexor/phrase.xml
diff --git a/t/corpus/WDD/G27/38989/connexor/sentences.xml b/t/real/corpus/WDD/G27/38989/connexor/sentences.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/connexor/sentences.xml
rename to t/real/corpus/WDD/G27/38989/connexor/sentences.xml
diff --git a/t/corpus/WDD/G27/38989/connexor/syntax.xml b/t/real/corpus/WDD/G27/38989/connexor/syntax.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/connexor/syntax.xml
rename to t/real/corpus/WDD/G27/38989/connexor/syntax.xml
diff --git a/t/corpus/WDD/G27/38989/connexor/tokens.xml b/t/real/corpus/WDD/G27/38989/connexor/tokens.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/connexor/tokens.xml
rename to t/real/corpus/WDD/G27/38989/connexor/tokens.xml
diff --git a/t/corpus/WDD/G27/38989/data.xml b/t/real/corpus/WDD/G27/38989/data.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/data.xml
rename to t/real/corpus/WDD/G27/38989/data.xml
diff --git a/t/corpus/WDD/G27/38989/header.xml b/t/real/corpus/WDD/G27/38989/header.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/header.xml
rename to t/real/corpus/WDD/G27/38989/header.xml
diff --git a/t/corpus/WDD/G27/38989/mate/dependency.xml b/t/real/corpus/WDD/G27/38989/mate/dependency.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/mate/dependency.xml
rename to t/real/corpus/WDD/G27/38989/mate/dependency.xml
diff --git a/t/corpus/WDD/G27/38989/mate/morpho.xml b/t/real/corpus/WDD/G27/38989/mate/morpho.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/mate/morpho.xml
rename to t/real/corpus/WDD/G27/38989/mate/morpho.xml
diff --git a/t/corpus/WDD/G27/38989/mate/pipeline/one_token_per_line.txt b/t/real/corpus/WDD/G27/38989/mate/pipeline/one_token_per_line.txt
similarity index 100%
rename from t/corpus/WDD/G27/38989/mate/pipeline/one_token_per_line.txt
rename to t/real/corpus/WDD/G27/38989/mate/pipeline/one_token_per_line.txt
diff --git a/t/corpus/WDD/G27/38989/mate/pipeline/parsed.txt b/t/real/corpus/WDD/G27/38989/mate/pipeline/parsed.txt
similarity index 100%
rename from t/corpus/WDD/G27/38989/mate/pipeline/parsed.txt
rename to t/real/corpus/WDD/G27/38989/mate/pipeline/parsed.txt
diff --git a/t/corpus/WDD/G27/38989/mate/tokenSpans/number_tokenSpans.xml b/t/real/corpus/WDD/G27/38989/mate/tokenSpans/number_tokenSpans.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/mate/tokenSpans/number_tokenSpans.xml
rename to t/real/corpus/WDD/G27/38989/mate/tokenSpans/number_tokenSpans.xml
diff --git a/t/corpus/WDD/G27/38989/opennlp/morpho.xml b/t/real/corpus/WDD/G27/38989/opennlp/morpho.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/opennlp/morpho.xml
rename to t/real/corpus/WDD/G27/38989/opennlp/morpho.xml
diff --git a/t/corpus/WDD/G27/38989/opennlp/sentences.xml b/t/real/corpus/WDD/G27/38989/opennlp/sentences.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/opennlp/sentences.xml
rename to t/real/corpus/WDD/G27/38989/opennlp/sentences.xml
diff --git a/t/corpus/WDD/G27/38989/opennlp/tokens.xml b/t/real/corpus/WDD/G27/38989/opennlp/tokens.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/opennlp/tokens.xml
rename to t/real/corpus/WDD/G27/38989/opennlp/tokens.xml
diff --git a/t/corpus/WDD/G27/38989/struct/structure.xml b/t/real/corpus/WDD/G27/38989/struct/structure.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/struct/structure.xml
rename to t/real/corpus/WDD/G27/38989/struct/structure.xml
diff --git a/t/corpus/WDD/G27/38989/text.txt b/t/real/corpus/WDD/G27/38989/text.txt
similarity index 100%
rename from t/corpus/WDD/G27/38989/text.txt
rename to t/real/corpus/WDD/G27/38989/text.txt
diff --git a/t/corpus/WDD/G27/38989/tree_tagger/metadata.xml b/t/real/corpus/WDD/G27/38989/tree_tagger/metadata.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/tree_tagger/metadata.xml
rename to t/real/corpus/WDD/G27/38989/tree_tagger/metadata.xml
diff --git a/t/corpus/WDD/G27/38989/tree_tagger/morpho.xml b/t/real/corpus/WDD/G27/38989/tree_tagger/morpho.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/tree_tagger/morpho.xml
rename to t/real/corpus/WDD/G27/38989/tree_tagger/morpho.xml
diff --git a/t/corpus/WDD/G27/38989/tree_tagger/sentences.xml b/t/real/corpus/WDD/G27/38989/tree_tagger/sentences.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/tree_tagger/sentences.xml
rename to t/real/corpus/WDD/G27/38989/tree_tagger/sentences.xml
diff --git a/t/corpus/WDD/G27/38989/tree_tagger/tokens.xml b/t/real/corpus/WDD/G27/38989/tree_tagger/tokens.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/tree_tagger/tokens.xml
rename to t/real/corpus/WDD/G27/38989/tree_tagger/tokens.xml
diff --git a/t/corpus/WDD/G27/38989/xip/constituency.xml b/t/real/corpus/WDD/G27/38989/xip/constituency.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/xip/constituency.xml
rename to t/real/corpus/WDD/G27/38989/xip/constituency.xml
diff --git a/t/corpus/WDD/G27/38989/xip/dependency.xml b/t/real/corpus/WDD/G27/38989/xip/dependency.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/xip/dependency.xml
rename to t/real/corpus/WDD/G27/38989/xip/dependency.xml
diff --git a/t/corpus/WDD/G27/38989/xip/metadata.xml b/t/real/corpus/WDD/G27/38989/xip/metadata.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/xip/metadata.xml
rename to t/real/corpus/WDD/G27/38989/xip/metadata.xml
diff --git a/t/corpus/WDD/G27/38989/xip/morpho.xml b/t/real/corpus/WDD/G27/38989/xip/morpho.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/xip/morpho.xml
rename to t/real/corpus/WDD/G27/38989/xip/morpho.xml
diff --git a/t/corpus/WDD/G27/38989/xip/sentences.xml b/t/real/corpus/WDD/G27/38989/xip/sentences.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/xip/sentences.xml
rename to t/real/corpus/WDD/G27/38989/xip/sentences.xml
diff --git a/t/corpus/WDD/G27/38989/xip/tokens.xml b/t/real/corpus/WDD/G27/38989/xip/tokens.xml
similarity index 100%
rename from t/corpus/WDD/G27/38989/xip/tokens.xml
rename to t/real/corpus/WDD/G27/38989/xip/tokens.xml
diff --git a/t/corpus/WDD/G27/header.xml b/t/real/corpus/WDD/G27/header.xml
similarity index 100%
rename from t/corpus/WDD/G27/header.xml
rename to t/real/corpus/WDD/G27/header.xml
diff --git a/t/corpus/WDD/header.xml b/t/real/corpus/WDD/header.xml
similarity index 100%
rename from t/corpus/WDD/header.xml
rename to t/real/corpus/WDD/header.xml
diff --git a/t/corpus/WDD15/A79/83946/data.xml b/t/real/corpus/WDD15/A79/83946/data.xml
similarity index 100%
rename from t/corpus/WDD15/A79/83946/data.xml
rename to t/real/corpus/WDD15/A79/83946/data.xml
diff --git a/t/corpus/WDD15/A79/83946/header.xml b/t/real/corpus/WDD15/A79/83946/header.xml
similarity index 100%
rename from t/corpus/WDD15/A79/83946/header.xml
rename to t/real/corpus/WDD15/A79/83946/header.xml
diff --git a/t/corpus/WDD15/A79/83946/opennlp/tokens.xml b/t/real/corpus/WDD15/A79/83946/opennlp/tokens.xml
similarity index 100%
rename from t/corpus/WDD15/A79/83946/opennlp/tokens.xml
rename to t/real/corpus/WDD15/A79/83946/opennlp/tokens.xml
diff --git a/t/corpus/WDD15/A79/header.xml b/t/real/corpus/WDD15/A79/header.xml
similarity index 100%
rename from t/corpus/WDD15/A79/header.xml
rename to t/real/corpus/WDD15/A79/header.xml
diff --git a/t/corpus/WDD15/header.xml b/t/real/corpus/WDD15/header.xml
similarity index 100%
rename from t/corpus/WDD15/header.xml
rename to t/real/corpus/WDD15/header.xml
diff --git a/t/corpus/WPD/00001/base/metadata.xml b/t/real/corpus/WPD/00001/base/metadata.xml
similarity index 100%
rename from t/corpus/WPD/00001/base/metadata.xml
rename to t/real/corpus/WPD/00001/base/metadata.xml
diff --git a/t/corpus/WPD/00001/base/paragraph.xml b/t/real/corpus/WPD/00001/base/paragraph.xml
similarity index 100%
rename from t/corpus/WPD/00001/base/paragraph.xml
rename to t/real/corpus/WPD/00001/base/paragraph.xml
diff --git a/t/corpus/WPD/00001/base/sentences.xml b/t/real/corpus/WPD/00001/base/sentences.xml
similarity index 100%
rename from t/corpus/WPD/00001/base/sentences.xml
rename to t/real/corpus/WPD/00001/base/sentences.xml
diff --git a/t/corpus/WPD/00001/base/tokens_aggr.xml b/t/real/corpus/WPD/00001/base/tokens_aggr.xml
similarity index 100%
rename from t/corpus/WPD/00001/base/tokens_aggr.xml
rename to t/real/corpus/WPD/00001/base/tokens_aggr.xml
diff --git a/t/corpus/WPD/00001/base/tokens_conservative.xml b/t/real/corpus/WPD/00001/base/tokens_conservative.xml
similarity index 100%
rename from t/corpus/WPD/00001/base/tokens_conservative.xml
rename to t/real/corpus/WPD/00001/base/tokens_conservative.xml
diff --git a/t/corpus/WPD/00001/connexor/metadata.xml b/t/real/corpus/WPD/00001/connexor/metadata.xml
similarity index 100%
rename from t/corpus/WPD/00001/connexor/metadata.xml
rename to t/real/corpus/WPD/00001/connexor/metadata.xml
diff --git a/t/corpus/WPD/00001/connexor/morpho.xml b/t/real/corpus/WPD/00001/connexor/morpho.xml
similarity index 100%
rename from t/corpus/WPD/00001/connexor/morpho.xml
rename to t/real/corpus/WPD/00001/connexor/morpho.xml
diff --git a/t/corpus/WPD/00001/connexor/phrase.xml b/t/real/corpus/WPD/00001/connexor/phrase.xml
similarity index 100%
rename from t/corpus/WPD/00001/connexor/phrase.xml
rename to t/real/corpus/WPD/00001/connexor/phrase.xml
diff --git a/t/corpus/WPD/00001/connexor/sentences.xml b/t/real/corpus/WPD/00001/connexor/sentences.xml
similarity index 100%
rename from t/corpus/WPD/00001/connexor/sentences.xml
rename to t/real/corpus/WPD/00001/connexor/sentences.xml
diff --git a/t/corpus/WPD/00001/connexor/syntax.xml b/t/real/corpus/WPD/00001/connexor/syntax.xml
similarity index 100%
rename from t/corpus/WPD/00001/connexor/syntax.xml
rename to t/real/corpus/WPD/00001/connexor/syntax.xml
diff --git a/t/corpus/WPD/00001/connexor/tokens.xml b/t/real/corpus/WPD/00001/connexor/tokens.xml
similarity index 100%
rename from t/corpus/WPD/00001/connexor/tokens.xml
rename to t/real/corpus/WPD/00001/connexor/tokens.xml
diff --git a/t/corpus/WPD/00001/corenlp/metadata.xml b/t/real/corpus/WPD/00001/corenlp/metadata.xml
similarity index 100%
rename from t/corpus/WPD/00001/corenlp/metadata.xml
rename to t/real/corpus/WPD/00001/corenlp/metadata.xml
diff --git a/t/corpus/WPD/00001/corenlp/ne_dewac_175m_600.xml b/t/real/corpus/WPD/00001/corenlp/ne_dewac_175m_600.xml
similarity index 100%
rename from t/corpus/WPD/00001/corenlp/ne_dewac_175m_600.xml
rename to t/real/corpus/WPD/00001/corenlp/ne_dewac_175m_600.xml
diff --git a/t/corpus/WPD/00001/corenlp/ne_hgc_175m_600.xml b/t/real/corpus/WPD/00001/corenlp/ne_hgc_175m_600.xml
similarity index 100%
rename from t/corpus/WPD/00001/corenlp/ne_hgc_175m_600.xml
rename to t/real/corpus/WPD/00001/corenlp/ne_hgc_175m_600.xml
diff --git a/t/corpus/WPD/00001/corenlp/sentences.xml b/t/real/corpus/WPD/00001/corenlp/sentences.xml
similarity index 100%
rename from t/corpus/WPD/00001/corenlp/sentences.xml
rename to t/real/corpus/WPD/00001/corenlp/sentences.xml
diff --git a/t/corpus/WPD/00001/corenlp/tokens.xml b/t/real/corpus/WPD/00001/corenlp/tokens.xml
similarity index 100%
rename from t/corpus/WPD/00001/corenlp/tokens.xml
rename to t/real/corpus/WPD/00001/corenlp/tokens.xml
diff --git a/t/corpus/WPD/00001/data.xml b/t/real/corpus/WPD/00001/data.xml
similarity index 100%
rename from t/corpus/WPD/00001/data.xml
rename to t/real/corpus/WPD/00001/data.xml
diff --git a/t/corpus/WPD/00001/header.xml b/t/real/corpus/WPD/00001/header.xml
similarity index 100%
rename from t/corpus/WPD/00001/header.xml
rename to t/real/corpus/WPD/00001/header.xml
diff --git a/t/corpus/WPD/00001/mate/dependency.xml b/t/real/corpus/WPD/00001/mate/dependency.xml
similarity index 100%
rename from t/corpus/WPD/00001/mate/dependency.xml
rename to t/real/corpus/WPD/00001/mate/dependency.xml
diff --git a/t/corpus/WPD/00001/mate/metadata.xml b/t/real/corpus/WPD/00001/mate/metadata.xml
similarity index 100%
rename from t/corpus/WPD/00001/mate/metadata.xml
rename to t/real/corpus/WPD/00001/mate/metadata.xml
diff --git a/t/corpus/WPD/00001/mate/morpho.xml b/t/real/corpus/WPD/00001/mate/morpho.xml
similarity index 100%
rename from t/corpus/WPD/00001/mate/morpho.xml
rename to t/real/corpus/WPD/00001/mate/morpho.xml
diff --git a/t/corpus/WPD/00001/mate/pipeline/one_token_per_line.txt b/t/real/corpus/WPD/00001/mate/pipeline/one_token_per_line.txt
similarity index 100%
rename from t/corpus/WPD/00001/mate/pipeline/one_token_per_line.txt
rename to t/real/corpus/WPD/00001/mate/pipeline/one_token_per_line.txt
diff --git a/t/corpus/WPD/00001/mate/pipeline/parsed.txt b/t/real/corpus/WPD/00001/mate/pipeline/parsed.txt
similarity index 100%
rename from t/corpus/WPD/00001/mate/pipeline/parsed.txt
rename to t/real/corpus/WPD/00001/mate/pipeline/parsed.txt
diff --git a/t/corpus/WPD/00001/mate/tokenSpans/number_tokenSpans.xml b/t/real/corpus/WPD/00001/mate/tokenSpans/number_tokenSpans.xml
similarity index 100%
rename from t/corpus/WPD/00001/mate/tokenSpans/number_tokenSpans.xml
rename to t/real/corpus/WPD/00001/mate/tokenSpans/number_tokenSpans.xml
diff --git a/t/corpus/WPD/00001/metadata.xml b/t/real/corpus/WPD/00001/metadata.xml
similarity index 100%
rename from t/corpus/WPD/00001/metadata.xml
rename to t/real/corpus/WPD/00001/metadata.xml
diff --git a/t/corpus/WPD/00001/opennlp/metadata.xml b/t/real/corpus/WPD/00001/opennlp/metadata.xml
similarity index 100%
rename from t/corpus/WPD/00001/opennlp/metadata.xml
rename to t/real/corpus/WPD/00001/opennlp/metadata.xml
diff --git a/t/corpus/WPD/00001/opennlp/morpho.xml b/t/real/corpus/WPD/00001/opennlp/morpho.xml
similarity index 100%
rename from t/corpus/WPD/00001/opennlp/morpho.xml
rename to t/real/corpus/WPD/00001/opennlp/morpho.xml
diff --git a/t/corpus/WPD/00001/opennlp/sentences.xml b/t/real/corpus/WPD/00001/opennlp/sentences.xml
similarity index 100%
rename from t/corpus/WPD/00001/opennlp/sentences.xml
rename to t/real/corpus/WPD/00001/opennlp/sentences.xml
diff --git a/t/corpus/WPD/00001/opennlp/tokens.xml b/t/real/corpus/WPD/00001/opennlp/tokens.xml
similarity index 100%
rename from t/corpus/WPD/00001/opennlp/tokens.xml
rename to t/real/corpus/WPD/00001/opennlp/tokens.xml
diff --git a/t/corpus/WPD/00001/struct/structure.xml b/t/real/corpus/WPD/00001/struct/structure.xml
similarity index 100%
rename from t/corpus/WPD/00001/struct/structure.xml
rename to t/real/corpus/WPD/00001/struct/structure.xml
diff --git a/t/corpus/WPD/00001/text.txt b/t/real/corpus/WPD/00001/text.txt
similarity index 100%
rename from t/corpus/WPD/00001/text.txt
rename to t/real/corpus/WPD/00001/text.txt
diff --git a/t/corpus/WPD/00001/tree_tagger/metadata.xml b/t/real/corpus/WPD/00001/tree_tagger/metadata.xml
similarity index 100%
rename from t/corpus/WPD/00001/tree_tagger/metadata.xml
rename to t/real/corpus/WPD/00001/tree_tagger/metadata.xml
diff --git a/t/corpus/WPD/00001/tree_tagger/morpho.xml b/t/real/corpus/WPD/00001/tree_tagger/morpho.xml
similarity index 100%
rename from t/corpus/WPD/00001/tree_tagger/morpho.xml
rename to t/real/corpus/WPD/00001/tree_tagger/morpho.xml
diff --git a/t/corpus/WPD/00001/tree_tagger/sentences.xml b/t/real/corpus/WPD/00001/tree_tagger/sentences.xml
similarity index 100%
rename from t/corpus/WPD/00001/tree_tagger/sentences.xml
rename to t/real/corpus/WPD/00001/tree_tagger/sentences.xml
diff --git a/t/corpus/WPD/00001/tree_tagger/tokens.xml b/t/real/corpus/WPD/00001/tree_tagger/tokens.xml
similarity index 100%
rename from t/corpus/WPD/00001/tree_tagger/tokens.xml
rename to t/real/corpus/WPD/00001/tree_tagger/tokens.xml
diff --git a/t/corpus/WPD/00001/xip/constituency.xml b/t/real/corpus/WPD/00001/xip/constituency.xml
similarity index 100%
rename from t/corpus/WPD/00001/xip/constituency.xml
rename to t/real/corpus/WPD/00001/xip/constituency.xml
diff --git a/t/corpus/WPD/00001/xip/dependency.xml b/t/real/corpus/WPD/00001/xip/dependency.xml
similarity index 100%
rename from t/corpus/WPD/00001/xip/dependency.xml
rename to t/real/corpus/WPD/00001/xip/dependency.xml
diff --git a/t/corpus/WPD/00001/xip/metadata.xml b/t/real/corpus/WPD/00001/xip/metadata.xml
similarity index 100%
rename from t/corpus/WPD/00001/xip/metadata.xml
rename to t/real/corpus/WPD/00001/xip/metadata.xml
diff --git a/t/corpus/WPD/00001/xip/morpho.xml b/t/real/corpus/WPD/00001/xip/morpho.xml
similarity index 100%
rename from t/corpus/WPD/00001/xip/morpho.xml
rename to t/real/corpus/WPD/00001/xip/morpho.xml
diff --git a/t/corpus/WPD/00001/xip/sentences.xml b/t/real/corpus/WPD/00001/xip/sentences.xml
similarity index 100%
rename from t/corpus/WPD/00001/xip/sentences.xml
rename to t/real/corpus/WPD/00001/xip/sentences.xml
diff --git a/t/corpus/WPD/00001/xip/tokens.xml b/t/real/corpus/WPD/00001/xip/tokens.xml
similarity index 100%
rename from t/corpus/WPD/00001/xip/tokens.xml
rename to t/real/corpus/WPD/00001/xip/tokens.xml
diff --git a/t/corpus/WPD15/U43/34816/base/tokens.xml b/t/real/corpus/WPD15/U43/34816/base/tokens.xml
similarity index 100%
rename from t/corpus/WPD15/U43/34816/base/tokens.xml
rename to t/real/corpus/WPD15/U43/34816/base/tokens.xml
diff --git a/t/corpus/WPD15/U43/34816/corenlp/constituency.xml b/t/real/corpus/WPD15/U43/34816/corenlp/constituency.xml
similarity index 100%
rename from t/corpus/WPD15/U43/34816/corenlp/constituency.xml
rename to t/real/corpus/WPD15/U43/34816/corenlp/constituency.xml
diff --git a/t/corpus/WPD15/U43/34816/corenlp/metadata.xml b/t/real/corpus/WPD15/U43/34816/corenlp/metadata.xml
similarity index 100%
rename from t/corpus/WPD15/U43/34816/corenlp/metadata.xml
rename to t/real/corpus/WPD15/U43/34816/corenlp/metadata.xml
diff --git a/t/corpus/WPD15/U43/34816/corenlp/morpho.xml b/t/real/corpus/WPD15/U43/34816/corenlp/morpho.xml
similarity index 100%
rename from t/corpus/WPD15/U43/34816/corenlp/morpho.xml
rename to t/real/corpus/WPD15/U43/34816/corenlp/morpho.xml
diff --git a/t/corpus/WPD15/U43/34816/corenlp/sentences.xml b/t/real/corpus/WPD15/U43/34816/corenlp/sentences.xml
similarity index 100%
rename from t/corpus/WPD15/U43/34816/corenlp/sentences.xml
rename to t/real/corpus/WPD15/U43/34816/corenlp/sentences.xml
diff --git a/t/corpus/WPD15/U43/34816/corenlp/tokens.xml b/t/real/corpus/WPD15/U43/34816/corenlp/tokens.xml
similarity index 100%
rename from t/corpus/WPD15/U43/34816/corenlp/tokens.xml
rename to t/real/corpus/WPD15/U43/34816/corenlp/tokens.xml
diff --git a/t/corpus/WPD15/U43/34816/data.xml b/t/real/corpus/WPD15/U43/34816/data.xml
similarity index 100%
rename from t/corpus/WPD15/U43/34816/data.xml
rename to t/real/corpus/WPD15/U43/34816/data.xml
diff --git a/t/corpus/WPD15/U43/34816/header.xml b/t/real/corpus/WPD15/U43/34816/header.xml
similarity index 100%
rename from t/corpus/WPD15/U43/34816/header.xml
rename to t/real/corpus/WPD15/U43/34816/header.xml
diff --git a/t/corpus/WPD15/U43/34816/struct/structure.xml b/t/real/corpus/WPD15/U43/34816/struct/structure.xml
similarity index 100%
rename from t/corpus/WPD15/U43/34816/struct/structure.xml
rename to t/real/corpus/WPD15/U43/34816/struct/structure.xml
diff --git a/t/corpus/WPD15/U43/34816/tree_tagger/morpho.xml b/t/real/corpus/WPD15/U43/34816/tree_tagger/morpho.xml
similarity index 100%
rename from t/corpus/WPD15/U43/34816/tree_tagger/morpho.xml
rename to t/real/corpus/WPD15/U43/34816/tree_tagger/morpho.xml
diff --git a/t/corpus/WPD15/U43/header.xml b/t/real/corpus/WPD15/U43/header.xml
similarity index 100%
rename from t/corpus/WPD15/U43/header.xml
rename to t/real/corpus/WPD15/U43/header.xml
diff --git a/t/corpus/WPD15/W28/65631/base/tokens_aggr.xml b/t/real/corpus/WPD15/W28/65631/base/tokens_aggr.xml
similarity index 100%
rename from t/corpus/WPD15/W28/65631/base/tokens_aggr.xml
rename to t/real/corpus/WPD15/W28/65631/base/tokens_aggr.xml
diff --git a/t/corpus/WPD15/W28/65631/corenlp/constituency.xml b/t/real/corpus/WPD15/W28/65631/corenlp/constituency.xml
similarity index 100%
rename from t/corpus/WPD15/W28/65631/corenlp/constituency.xml
rename to t/real/corpus/WPD15/W28/65631/corenlp/constituency.xml
diff --git a/t/corpus/WPD15/W28/65631/data.xml b/t/real/corpus/WPD15/W28/65631/data.xml
similarity index 100%
rename from t/corpus/WPD15/W28/65631/data.xml
rename to t/real/corpus/WPD15/W28/65631/data.xml
diff --git a/t/corpus/WPD15/W28/65631/header.xml b/t/real/corpus/WPD15/W28/65631/header.xml
similarity index 100%
rename from t/corpus/WPD15/W28/65631/header.xml
rename to t/real/corpus/WPD15/W28/65631/header.xml
diff --git a/t/corpus/WPD15/W28/header.xml b/t/real/corpus/WPD15/W28/header.xml
similarity index 100%
rename from t/corpus/WPD15/W28/header.xml
rename to t/real/corpus/WPD15/W28/header.xml
diff --git a/t/corpus/WPD15/header.xml b/t/real/corpus/WPD15/header.xml
similarity index 100%
rename from t/corpus/WPD15/header.xml
rename to t/real/corpus/WPD15/header.xml
diff --git a/t/corpus/WPD17/000/22053/base/tokens.xml b/t/real/corpus/WPD17/000/22053/base/tokens.xml
similarity index 100%
rename from t/corpus/WPD17/000/22053/base/tokens.xml
rename to t/real/corpus/WPD17/000/22053/base/tokens.xml
diff --git a/t/corpus/WPD17/000/22053/data.xml b/t/real/corpus/WPD17/000/22053/data.xml
similarity index 100%
rename from t/corpus/WPD17/000/22053/data.xml
rename to t/real/corpus/WPD17/000/22053/data.xml
diff --git a/t/corpus/WPD17/000/22053/header.xml b/t/real/corpus/WPD17/000/22053/header.xml
similarity index 100%
rename from t/corpus/WPD17/000/22053/header.xml
rename to t/real/corpus/WPD17/000/22053/header.xml
diff --git a/t/corpus/WPD17/000/22053/lwc/dependency.xml b/t/real/corpus/WPD17/000/22053/lwc/dependency.xml
similarity index 100%
rename from t/corpus/WPD17/000/22053/lwc/dependency.xml
rename to t/real/corpus/WPD17/000/22053/lwc/dependency.xml
diff --git a/t/corpus/WPD17/000/22053/malt/dependency.xml b/t/real/corpus/WPD17/000/22053/malt/dependency.xml
similarity index 100%
rename from t/corpus/WPD17/000/22053/malt/dependency.xml
rename to t/real/corpus/WPD17/000/22053/malt/dependency.xml
diff --git a/t/corpus/WPD17/000/22053/struct/structure.xml b/t/real/corpus/WPD17/000/22053/struct/structure.xml
similarity index 100%
rename from t/corpus/WPD17/000/22053/struct/structure.xml
rename to t/real/corpus/WPD17/000/22053/struct/structure.xml
diff --git a/t/corpus/WPD17/000/22053/tree_tagger/morpho.xml b/t/real/corpus/WPD17/000/22053/tree_tagger/morpho.xml
similarity index 100%
rename from t/corpus/WPD17/000/22053/tree_tagger/morpho.xml
rename to t/real/corpus/WPD17/000/22053/tree_tagger/morpho.xml
diff --git a/t/corpus/WPD17/000/header.xml b/t/real/corpus/WPD17/000/header.xml
similarity index 100%
rename from t/corpus/WPD17/000/header.xml
rename to t/real/corpus/WPD17/000/header.xml
diff --git a/t/corpus/WPD17/060/18486/base/tokens.xml b/t/real/corpus/WPD17/060/18486/base/tokens.xml
similarity index 100%
rename from t/corpus/WPD17/060/18486/base/tokens.xml
rename to t/real/corpus/WPD17/060/18486/base/tokens.xml
diff --git a/t/corpus/WPD17/060/18486/data.xml b/t/real/corpus/WPD17/060/18486/data.xml
similarity index 100%
rename from t/corpus/WPD17/060/18486/data.xml
rename to t/real/corpus/WPD17/060/18486/data.xml
diff --git a/t/corpus/WPD17/060/18486/header.xml b/t/real/corpus/WPD17/060/18486/header.xml
similarity index 100%
rename from t/corpus/WPD17/060/18486/header.xml
rename to t/real/corpus/WPD17/060/18486/header.xml
diff --git a/t/corpus/WPD17/060/18486/lwc/dependency.xml b/t/real/corpus/WPD17/060/18486/lwc/dependency.xml
similarity index 100%
rename from t/corpus/WPD17/060/18486/lwc/dependency.xml
rename to t/real/corpus/WPD17/060/18486/lwc/dependency.xml
diff --git a/t/corpus/WPD17/060/18486/malt/dependency.xml b/t/real/corpus/WPD17/060/18486/malt/dependency.xml
similarity index 100%
rename from t/corpus/WPD17/060/18486/malt/dependency.xml
rename to t/real/corpus/WPD17/060/18486/malt/dependency.xml
diff --git a/t/corpus/WPD17/060/18486/struct/structure.xml b/t/real/corpus/WPD17/060/18486/struct/structure.xml
similarity index 100%
rename from t/corpus/WPD17/060/18486/struct/structure.xml
rename to t/real/corpus/WPD17/060/18486/struct/structure.xml
diff --git a/t/corpus/WPD17/060/18486/tree_tagger/morpho.xml b/t/real/corpus/WPD17/060/18486/tree_tagger/morpho.xml
similarity index 100%
rename from t/corpus/WPD17/060/18486/tree_tagger/morpho.xml
rename to t/real/corpus/WPD17/060/18486/tree_tagger/morpho.xml
diff --git a/t/corpus/WPD17/060/header.xml b/t/real/corpus/WPD17/060/header.xml
similarity index 100%
rename from t/corpus/WPD17/060/header.xml
rename to t/real/corpus/WPD17/060/header.xml
diff --git a/t/corpus/WPD17/header.xml b/t/real/corpus/WPD17/header.xml
similarity index 100%
rename from t/corpus/WPD17/header.xml
rename to t/real/corpus/WPD17/header.xml
diff --git a/t/corpus/WPE15/G00/11973/base/tokens.xml b/t/real/corpus/WPE15/G00/11973/base/tokens.xml
similarity index 100%
rename from t/corpus/WPE15/G00/11973/base/tokens.xml
rename to t/real/corpus/WPE15/G00/11973/base/tokens.xml
diff --git a/t/corpus/WPE15/G00/11973/data.xml b/t/real/corpus/WPE15/G00/11973/data.xml
similarity index 100%
rename from t/corpus/WPE15/G00/11973/data.xml
rename to t/real/corpus/WPE15/G00/11973/data.xml
diff --git a/t/corpus/WPE15/G00/11973/header.xml b/t/real/corpus/WPE15/G00/11973/header.xml
similarity index 100%
rename from t/corpus/WPE15/G00/11973/header.xml
rename to t/real/corpus/WPE15/G00/11973/header.xml
diff --git a/t/corpus/WPE15/G00/11973/malt/dependency.xml b/t/real/corpus/WPE15/G00/11973/malt/dependency.xml
similarity index 100%
rename from t/corpus/WPE15/G00/11973/malt/dependency.xml
rename to t/real/corpus/WPE15/G00/11973/malt/dependency.xml
diff --git a/t/corpus/WPE15/G00/11973/struct/structure.xml b/t/real/corpus/WPE15/G00/11973/struct/structure.xml
similarity index 100%
rename from t/corpus/WPE15/G00/11973/struct/structure.xml
rename to t/real/corpus/WPE15/G00/11973/struct/structure.xml
diff --git a/t/corpus/WPE15/G00/11973/tree_tagger/morpho.xml b/t/real/corpus/WPE15/G00/11973/tree_tagger/morpho.xml
similarity index 100%
rename from t/corpus/WPE15/G00/11973/tree_tagger/morpho.xml
rename to t/real/corpus/WPE15/G00/11973/tree_tagger/morpho.xml
diff --git a/t/corpus/WPE15/G00/header.xml b/t/real/corpus/WPE15/G00/header.xml
similarity index 100%
rename from t/corpus/WPE15/G00/header.xml
rename to t/real/corpus/WPE15/G00/header.xml
diff --git a/t/corpus/WPE15/header.xml b/t/real/corpus/WPE15/header.xml
similarity index 100%
rename from t/corpus/WPE15/header.xml
rename to t/real/corpus/WPE15/header.xml
diff --git a/t/corpus/WPF19/P00/0042242/base/tokens.xml b/t/real/corpus/WPF19/P00/0042242/base/tokens.xml
similarity index 100%
rename from t/corpus/WPF19/P00/0042242/base/tokens.xml
rename to t/real/corpus/WPF19/P00/0042242/base/tokens.xml
diff --git a/t/corpus/WPF19/P00/0042242/data.xml b/t/real/corpus/WPF19/P00/0042242/data.xml
similarity index 100%
rename from t/corpus/WPF19/P00/0042242/data.xml
rename to t/real/corpus/WPF19/P00/0042242/data.xml
diff --git a/t/corpus/WPF19/P00/0042242/header.xml b/t/real/corpus/WPF19/P00/0042242/header.xml
similarity index 100%
rename from t/corpus/WPF19/P00/0042242/header.xml
rename to t/real/corpus/WPF19/P00/0042242/header.xml
diff --git a/t/corpus/WPF19/P00/0042242/malt/dependency.xml b/t/real/corpus/WPF19/P00/0042242/malt/dependency.xml
similarity index 100%
rename from t/corpus/WPF19/P00/0042242/malt/dependency.xml
rename to t/real/corpus/WPF19/P00/0042242/malt/dependency.xml
diff --git a/t/corpus/WPF19/P00/0042242/struct/structure.xml b/t/real/corpus/WPF19/P00/0042242/struct/structure.xml
similarity index 100%
rename from t/corpus/WPF19/P00/0042242/struct/structure.xml
rename to t/real/corpus/WPF19/P00/0042242/struct/structure.xml
diff --git a/t/corpus/WPF19/P00/0042242/talismane/dependency.xml b/t/real/corpus/WPF19/P00/0042242/talismane/dependency.xml
similarity index 100%
rename from t/corpus/WPF19/P00/0042242/talismane/dependency.xml
rename to t/real/corpus/WPF19/P00/0042242/talismane/dependency.xml
diff --git a/t/corpus/WPF19/P00/0042242/talismane/morpho.xml b/t/real/corpus/WPF19/P00/0042242/talismane/morpho.xml
similarity index 100%
rename from t/corpus/WPF19/P00/0042242/talismane/morpho.xml
rename to t/real/corpus/WPF19/P00/0042242/talismane/morpho.xml
diff --git a/t/corpus/WPF19/P00/0042242/tree_tagger/morpho.xml b/t/real/corpus/WPF19/P00/0042242/tree_tagger/morpho.xml
similarity index 100%
rename from t/corpus/WPF19/P00/0042242/tree_tagger/morpho.xml
rename to t/real/corpus/WPF19/P00/0042242/tree_tagger/morpho.xml
diff --git a/t/corpus/WPF19/P00/header.xml b/t/real/corpus/WPF19/P00/header.xml
similarity index 100%
rename from t/corpus/WPF19/P00/header.xml
rename to t/real/corpus/WPF19/P00/header.xml
diff --git a/t/corpus/WPF19/header.xml b/t/real/corpus/WPF19/header.xml
similarity index 100%
rename from t/corpus/WPF19/header.xml
rename to t/real/corpus/WPF19/header.xml
diff --git a/t/real/drukola.t b/t/real/drukola.t
index 7f7b6ab..bc073ed 100644
--- a/t/real/drukola.t
+++ b/t/real/drukola.t
@@ -24,7 +24,7 @@
 
 # New
 # BBU/BLOG/83709_a_82384
-my $path = catdir(dirname(__FILE__), '../corpus/CoRoLa/BBU/BLOG/83709_a_82384');
+my $path = catdir(dirname(__FILE__), 'corpus','CoRoLa','BBU','BLOG','83709_a_82384');
 
 ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
@@ -113,7 +113,7 @@
 
 # New
 # BBU2/BLOG/83709_a_82384
-$path = catdir(dirname(__FILE__), '../corpus/CoRoLa/BBU2/Blog/83701_a_82376');
+$path = catdir(dirname(__FILE__), 'corpus','CoRoLa','BBU2','Blog','83701_a_82376');
 
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
@@ -127,7 +127,7 @@
 
 
 
-$path = catdir(dirname(__FILE__), '../corpus/CoRoLa/Corola-Journal/-/247_a_537');
+$path = catdir(dirname(__FILE__), 'corpus','CoRoLa','Corola-Journal','-','247_a_537');
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
 
@@ -138,7 +138,7 @@
 is($meta->{K_text_class}->[0], 'Sport', 'Text class');
 
 
-$path = catdir(dirname(__FILE__), '../corpus/CoRoLa/Corola-Journal/COLEGIUL NATIONAL „OCTAV BANCILA“ - IASI/326_a_562');
+$path = catdir(dirname(__FILE__), 'corpus','CoRoLa','Corola-Journal','COLEGIUL NATIONAL „OCTAV BANCILA“ - IASI','326_a_562');
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
 
diff --git a/t/real/goethe-2.t b/t/real/goethe-2.t
index 4cc0ede..a59f6d4 100644
--- a/t/real/goethe-2.t
+++ b/t/real/goethe-2.t
@@ -23,7 +23,7 @@
 # This will Check Goethe-Files without base annotations!
 
 # GOE/AGA/03828
-my $path = catdir(dirname(__FILE__), '../corpus/GOE2/AGA/03828');
+my $path = catdir(dirname(__FILE__), 'corpus','GOE2','AGA','03828');
 
 ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
diff --git a/t/real/goethe-tagged.t b/t/real/goethe-tagged.t
index 4a547bf..b669789 100644
--- a/t/real/goethe-tagged.t
+++ b/t/real/goethe-tagged.t
@@ -23,7 +23,7 @@
 # This will Check Goethe-Files without base annotations!
 
 # GOE/AGA/03828
-my $path = catdir(dirname(__FILE__), '../corpus/GOE-TAGGED/AGA/03828');
+my $path = catdir(dirname(__FILE__), 'corpus','GOE-TAGGED','AGA','03828');
 
 ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
diff --git a/t/real/goethe.t b/t/real/goethe.t
index 25a71c8..ddcf699 100644
--- a/t/real/goethe.t
+++ b/t/real/goethe.t
@@ -21,7 +21,7 @@
 use_ok('KorAP::XML::Krill');
 
 # GOE/AGA/03828
-my $path = catdir(dirname(__FILE__), '../corpus/GOE/AGA/03828');
+my $path = catdir(dirname(__FILE__), 'corpus','GOE','AGA','03828');
 # my $path = '/home/ndiewald/Repositories/korap/KorAP-sandbox/KorAP-lucene-indexer/t/GOE/AGA/03828';
 
 ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
diff --git a/t/real/hnc.t b/t/real/hnc.t
index d7775d7..e970a5b 100644
--- a/t/real/hnc.t
+++ b/t/real/hnc.t
@@ -23,7 +23,7 @@
 # This will check preliminary HNC-Files
 
 # HNC/DOC00001/00001
-my $path = catdir(dirname(__FILE__), '../corpus/HNC/DOC00001/00001');
+my $path = catdir(dirname(__FILE__), 'corpus','HNC','DOC00001','00001');
 
 ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
diff --git a/t/real/lwc.t b/t/real/lwc.t
index 0998711..41651dd 100644
--- a/t/real/lwc.t
+++ b/t/real/lwc.t
@@ -24,7 +24,7 @@
 
 # New
 
-my $path = catdir(dirname(__FILE__), '../corpus/WPD17/000/22053');
+my $path = catdir(dirname(__FILE__), 'corpus','WPD17','000','22053');
 
 ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
@@ -109,7 +109,7 @@
 like($token, qr!s:Januar!, 'data');
 
 
-$path = catdir(dirname(__FILE__), '../corpus/WPD17/060/18486');
+$path = catdir(dirname(__FILE__), 'corpus','WPD17','060','18486');
 
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
diff --git a/t/meta.t b/t/real/meta.t
similarity index 87%
rename from t/meta.t
rename to t/real/meta.t
index cb8c96a..b122449 100644
--- a/t/meta.t
+++ b/t/real/meta.t
@@ -9,13 +9,17 @@
 use Data::Dumper;
 use lib 'lib', '../lib';
 
+if ($ENV{SKIP_REAL}) {
+  plan skip_all => 'Skip real tests';
+};
+
 use File::Basename 'dirname';
 use File::Spec::Functions 'catdir';
 
 use_ok('KorAP::XML::Krill');
 
 # WPD/00001
-my $path = catdir(dirname(__FILE__), 'corpus/WPD/00001');
+my $path = catdir(dirname(__FILE__), 'corpus','WPD','00001');
 ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 like($doc->path, qr!\Q$path\E/!, 'Path');
 
@@ -65,7 +69,7 @@
 #ok(!$doc->coll_author, 'Collection author');
 
 # A01/13047
-$path = catdir(dirname(__FILE__), 'corpus/A01/13047');
+$path = catdir(dirname(__FILE__), 'corpus','A01','13047');
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 
 ok($doc->parse, 'Parse document');
@@ -94,7 +98,7 @@
 is($meta->{S_text_type_art}, 'Bericht', 'text_type art');
 
 # ERL/0001
-$path = catdir(dirname(__FILE__), 'corpus/ERL/00001');
+$path = catdir(dirname(__FILE__), 'corpus','ERL','00001');
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 
 ok($doc->parse, 'Parse document');
@@ -131,7 +135,7 @@
 
 
 # A01/02035-substring
-$path = catdir(dirname(__FILE__), 'corpus/A00/02035-substring');
+$path = catdir(dirname(__FILE__), 'corpus','A00','02035-substring');
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
 
@@ -160,7 +164,7 @@
 is($meta->{S_text_type_art}, 'Bericht', 'text_type art');
 
 # A01/02873-meta
-$path = catdir(dirname(__FILE__), 'corpus/A00/02873-meta');
+$path = catdir(dirname(__FILE__), 'corpus','A00','02873-meta');
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
 $meta = $doc->meta;
@@ -190,7 +194,7 @@
 
 
 # A01/05663-unbalanced
-$path = catdir(dirname(__FILE__), 'corpus/A00/05663-unbalanced');
+$path = catdir(dirname(__FILE__), 'corpus','A00','05663-unbalanced');
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
 $meta = $doc->meta;
@@ -219,7 +223,7 @@
 is($meta->{S_text_type_art}, 'Bericht', 'text_type art');
 
 # A01/07452-deep
-$path = catdir(dirname(__FILE__), 'corpus/A00/07452-deep');
+$path = catdir(dirname(__FILE__), 'corpus','A00','07452-deep');
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
 $meta = $doc->meta;
@@ -247,47 +251,8 @@
 ok(!$meta->{S_text_type}, 'text_type');
 is($meta->{S_text_type_art}, 'Bericht', 'text_type art');
 
-# ART
-$path = catdir(dirname(__FILE__), 'corpus/artificial');
-ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
-#is($doc->path, $path . '/', 'Path');
-
-ok($doc = KorAP::XML::Krill->new( path => $path ), 'Load Korap::Document');
-#is($doc->path, $path . '/', 'Path');
-
-ok($doc->parse, 'Parse document');
-$meta = $doc->meta;
-
-# Metdata
-is($meta->{T_title}, 'Artificial Title', 'title');
-is($meta->{T_sub_title}, 'Artificial Subtitle', 'subTitle');
-is($doc->text_sigle, 'ART/ABC/00001', 'ID');
-is($doc->corpus_sigle, 'ART', 'corpusID');
-is($meta->{D_pub_date}, '20010402', 'pubDate');
-is($meta->{S_pub_place}, 'Mannheim', 'pubPlace');
-is($meta->{S_pub_place_key}, 'DE', 'pubPlace key');
-is($meta->{K_text_class}->[0], 'freizeit-unterhaltung', 'TextClass');
-is($meta->{K_text_class}->[1], 'vereine-veranstaltungen', 'TextClass');
-ok(!$meta->{K_text_class}->[2], 'TextClass');
-#is($doc->author->[0], 'Ruru', 'author');
-#is($doc->author->[1], 'Jens.Ol', 'author');
-#is($doc->author->[2], 'Aglarech', 'author');
-is($meta->{T_author}, 'Ruru; Jens.Ol; Aglarech; u.a.', 'author');
-
-# Additional information
-is($meta->{A_editor}, 'Nils Diewald', 'Editor');
-is($meta->{A_publisher}, 'Artificial articles Inc.', 'Publisher');
-is($meta->{D_creation_date}, '19990601', 'Creation date');
-#is($doc->coll_title, 'Artificial articles', 'Collection title');
-#is($doc->coll_sub_title, 'Best of!', 'Collection subtitle');
-#is($doc->coll_editor, 'Nils Diewald', 'Collection editor');
-#is($doc->coll_author, 'Nils Diewald', 'Collection author');
-is($meta->{S_text_type}, 'Zeitung: Tageszeitung', 'No text_type');
-is($meta->{S_text_type_art}, 'Bericht', 'text_type art');
-
-
 # Multipath headers
-$path = catdir(dirname(__FILE__), 'corpus/VDI/JAN/00001');
+$path = catdir(dirname(__FILE__), 'corpus','VDI','JAN','00001');
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 like($doc->path, qr!\Q$path\E/!, 'Path');
 
@@ -340,7 +305,7 @@
 is($meta->keywords('K_text_class'), 'Freizeit-Unterhaltung Reisen Politik Ausland', 'Text class');
 
 # WDD
-$path = catdir(dirname(__FILE__), 'corpus/WDD/G27/38989');
+$path = catdir(dirname(__FILE__), 'corpus','WDD','G27','38989');
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 like($doc->path, qr!\Q$path\E/!, 'Path');
 ok($doc->parse, 'Parse document');
diff --git a/t/meta_caching.t b/t/real/meta_caching.t
similarity index 94%
rename from t/meta_caching.t
rename to t/real/meta_caching.t
index 14e3826..264ec53 100644
--- a/t/meta_caching.t
+++ b/t/real/meta_caching.t
@@ -10,6 +10,10 @@
 use File::Basename 'dirname';
 use File::Spec::Functions 'catdir';
 
+if ($ENV{SKIP_REAL}) {
+  plan skip_all => 'Skip real tests';
+};
+
 use_ok('KorAP::XML::Krill');
 
 my $file = tmpnam();
diff --git a/t/meta_koral.t b/t/real/meta_koral.t
similarity index 95%
rename from t/meta_koral.t
rename to t/real/meta_koral.t
index 1de378d..2fab7c3 100644
--- a/t/meta_koral.t
+++ b/t/real/meta_koral.t
@@ -11,10 +11,14 @@
 use File::Basename 'dirname';
 use File::Spec::Functions 'catdir';
 
+if ($ENV{SKIP_REAL}) {
+  plan skip_all => 'Skip real tests';
+};
+
 use_ok('KorAP::XML::Krill');
 
 # WPD/00001
-my $path = catdir(dirname(__FILE__), 'corpus/WPD/00001');
+my $path = catdir(dirname(__FILE__), qw!corpus WPD 00001!);
 ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 like($doc->path, qr!\Q$path\E/!, 'Path');
 
diff --git a/t/real/ngafc.t b/t/real/ngafc.t
index 346332a..04eb4a1 100644
--- a/t/real/ngafc.t
+++ b/t/real/ngafc.t
@@ -34,7 +34,7 @@
 # This will check files from the dortmund chat corpus
 
 # New
-my $path = catdir(dirname(__FILE__), '../corpus/NGAFC/B14/00010');
+my $path = catdir(dirname(__FILE__), 'corpus','NGAFC','B14','00010');
 
 ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
diff --git a/t/real/rei.t b/t/real/rei.t
index 3b75f4c..ab3df72 100644
--- a/t/real/rei.t
+++ b/t/real/rei.t
@@ -25,7 +25,7 @@
 
 use_ok('KorAP::XML::Krill');
 
-my $path = catdir(dirname(__FILE__), '../corpus/REI/BNG/00128');
+my $path = catdir(dirname(__FILE__), 'corpus','REI','BNG','00128');
 
 ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
@@ -157,7 +157,7 @@
 
 
 # REI/RBR/00610
-$path = catdir(dirname(__FILE__), '../corpus/REI/RBR/00610');
+$path = catdir(dirname(__FILE__), 'corpus','REI','RBR','00610');
 
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
@@ -243,7 +243,7 @@
 
 
 # REI/BNG/00071
-$path = catdir(dirname(__FILE__), '../corpus/REI/BNG/00071');
+$path = catdir(dirname(__FILE__), 'corpus','REI','BNG','00071');
 
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
diff --git a/t/real/rwk.t b/t/real/rwk.t
index be96f25..420e493 100644
--- a/t/real/rwk.t
+++ b/t/real/rwk.t
@@ -25,7 +25,7 @@
 
 use_ok('KorAP::XML::Krill');
 
-my $path = catdir(dirname(__FILE__), '../corpus/REDEW/DOC1/00000');
+my $path = catdir(dirname(__FILE__), 'corpus','REDEW','DOC1','00000');
 
 ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
@@ -157,7 +157,7 @@
 
 
 # Updated format:
-$path = catdir(dirname(__FILE__), '../corpus/REDEW/DOC1b/00011');
+$path = catdir(dirname(__FILE__), 'corpus','REDEW','DOC1b','00011');
 
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
@@ -242,7 +242,7 @@
 
 
 # Updated format:
-$path = catdir(dirname(__FILE__), '../corpus/REDEW/DOC1b/00011');
+$path = catdir(dirname(__FILE__), 'corpus','REDEW','DOC1b','00011');
 
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
@@ -324,7 +324,7 @@
 is('s:Er',$first->[18]);
 
 
-$path = catdir(dirname(__FILE__), '../corpus/REDEW/DOC1b/00001');
+$path = catdir(dirname(__FILE__), 'corpus','REDEW','DOC1b','00001');
 
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
@@ -383,7 +383,7 @@
 is('<>:base/s:t$<b>64<i>0<i>3246<i>511<b>0',$first->[5]);
 
 
-$path = catdir(dirname(__FILE__), '../corpus/REDEW/DOC1b/00558');
+$path = catdir(dirname(__FILE__), 'corpus','REDEW','DOC1b','00558');
 
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
diff --git a/t/real/script/archive.t b/t/real/script/archive.t
new file mode 100644
index 0000000..721f1bc
--- /dev/null
+++ b/t/real/script/archive.t
@@ -0,0 +1,47 @@
+#/usr/bin/env perl
+use strict;
+use warnings;
+use File::Basename 'dirname';
+use File::Spec::Functions qw/catdir catfile/;
+use File::Temp qw/:POSIX/;
+use Mojo::File;
+use Mojo::Util qw/quote/;
+use Mojo::JSON qw/decode_json/;
+use IO::Uncompress::Gunzip;
+use Test::More;
+use Test::Output qw/:stdout :stderr :combined :functions/;
+use Data::Dumper;
+use KorAP::XML::Archive;
+use utf8;
+
+if ($ENV{SKIP_SCRIPT} || $ENV{SKIP_REAL}) {
+  plan skip_all => 'Skip script/real tests';
+};
+
+my $f = dirname(__FILE__);
+my $script = catfile($f, '..', '..', '..', 'script', 'korapxml2krill');
+
+my $cache = tmpnam();
+
+my $output = File::Temp->newdir(CLEANUP => 0);
+$output->unlink_on_destroy(0);
+
+my $input = catfile($f, '..', 'corpus', 'WDD15', 'A79', '83946');
+my $call = join(
+  ' ',
+  'perl', $script,
+  '--input' => $input,
+  '--cache' => $cache
+);
+
+# Test without compression
+{
+  local $SIG{__WARN__} = sub {};
+  my $out = combined_from(sub { system($call); });
+
+  like($out, qr!No tokens found!s, $call);
+};
+
+
+done_testing;
+__END__
diff --git a/t/script/base.t b/t/real/script/base.t
similarity index 92%
rename from t/script/base.t
rename to t/real/script/base.t
index 41744ec..62e9e15 100644
--- a/t/script/base.t
+++ b/t/real/script/base.t
@@ -12,12 +12,12 @@
 use Data::Dumper;
 use utf8;
 
-if ($ENV{SKIP_SCRIPT}) {
-  plan skip_all => 'Skip script tests';
+if ($ENV{SKIP_SCRIPT} || $ENV{SKIP_REAL}) {
+  plan skip_all => 'Skip script/real tests';
 };
 
 my $f = dirname(__FILE__);
-my $script = catfile($f, '..', '..', 'script', 'korapxml2krill');
+my $script = catfile($f, '..', '..', '..', 'script', 'korapxml2krill');
 
 my $input = catdir($f, '..', 'corpus', 'GOE2', 'AGA', '03828');
 ok(-d $input, 'Input directory found');
diff --git a/t/script/non_verbal_tokens.t b/t/real/script/non_verbal_tokens.t
similarity index 92%
rename from t/script/non_verbal_tokens.t
rename to t/real/script/non_verbal_tokens.t
index b128a3b..b97bfbf 100644
--- a/t/script/non_verbal_tokens.t
+++ b/t/real/script/non_verbal_tokens.t
@@ -12,12 +12,12 @@
 use Data::Dumper;
 use utf8;
 
-if ($ENV{SKIP_SCRIPT}) {
-  plan skip_all => 'Skip script tests';
+if ($ENV{SKIP_SCRIPT} || $ENV{SKIP_REAL}) {
+  plan skip_all => 'Skip script/real tests';
 };
 
 my $f = dirname(__FILE__);
-my $script = catfile($f, '..', '..', 'script', 'korapxml2krill');
+my $script = catfile($f, '..', '..', '..', 'script', 'korapxml2krill');
 
 my $input = catdir($f, '..', 'corpus', 'AGD-scrambled', 'DOC', '00001');
 ok(-d $input, 'Input directory found');
diff --git a/t/script/non_word_tokens.t b/t/real/script/non_word_tokens.t
similarity index 93%
rename from t/script/non_word_tokens.t
rename to t/real/script/non_word_tokens.t
index 6f2a525..5458468 100644
--- a/t/script/non_word_tokens.t
+++ b/t/real/script/non_word_tokens.t
@@ -12,12 +12,12 @@
 use Data::Dumper;
 use utf8;
 
-if ($ENV{SKIP_SCRIPT}) {
-  plan skip_all => 'Skip script tests';
+if ($ENV{SKIP_SCRIPT} || $ENV{SKIP_REAL}) {
+  plan skip_all => 'Skip script/real tests';
 };
 
 my $f = dirname(__FILE__);
-my $script = catfile($f, '..', '..', 'script', 'korapxml2krill');
+my $script = catfile($f, '..', '..', '..', 'script', 'korapxml2krill');
 
 my $input = catdir($f, '..', 'corpus', 'WPD', '00001');
 ok(-d $input, 'Input directory found');
diff --git a/t/real/script/single.t b/t/real/script/single.t
new file mode 100644
index 0000000..8acba83
--- /dev/null
+++ b/t/real/script/single.t
@@ -0,0 +1,59 @@
+#/usr/bin/env perl
+use strict;
+use warnings;
+use File::Basename 'dirname';
+use File::Spec::Functions qw/catdir catfile/;
+use File::Temp qw/:POSIX/;
+use Mojo::File;
+use Mojo::JSON qw/decode_json/;
+use IO::Uncompress::Gunzip;
+use Test::More;
+use Test::Output;
+use Data::Dumper;
+use utf8;
+
+if ($ENV{SKIP_SCRIPT} || $ENV{SKIP_REAL}) {
+  plan skip_all => 'Skip script/real tests';
+};
+
+
+my $output = tmpnam();
+my $cache = tmpnam();
+
+my $f = dirname(__FILE__);
+my $script = catfile($f, '..', '..', '..', 'script', 'korapxml2krill');
+
+# AGA with base info
+my $input = catdir($f, '..', 'corpus', 'GOE2', 'AGA', '03828');
+ok(-d $input, 'Input directory found');
+
+ok(!-f $output, 'Output does not exist');
+
+my $call = join(
+  ' ',
+  'perl', $script,
+  '--input' => $input,
+  '--output' => $output,
+  '--cache' => $cache,
+  '-t' => 'base#tokens_aggr',
+  '-bs' => 'DeReKo#Structure',
+  '-bp' => 'DeReKo#Structure',
+  '-bpb' => 'DeReKo#Structure',
+  '-l' => 'INFO'
+);
+
+stderr_like(
+  sub {
+    system($call);
+  },
+  qr!The code took!,
+  $call
+);
+ok(-f $output, 'Output does exist');
+ok((my $file = Mojo::File->new($output)->slurp), 'Slurp data');
+ok((my $json = decode_json $file), 'decode json');
+
+is($json->{title}, 'Autobiographische Einzelheiten', 'title');
+is($json->{data}->{stream}->[0]->[-1], '~:base/s:pb$<i>529<i>0', 'Pagebreak annotation');
+
+done_testing;
diff --git a/t/sgbr/CMC-TSK/2014-09/2843/base/paragraph.xml b/t/real/sgbr/CMC-TSK/2014-09/2843/base/paragraph.xml
similarity index 100%
rename from t/sgbr/CMC-TSK/2014-09/2843/base/paragraph.xml
rename to t/real/sgbr/CMC-TSK/2014-09/2843/base/paragraph.xml
diff --git a/t/sgbr/CMC-TSK/2014-09/2843/base/sentences.xml b/t/real/sgbr/CMC-TSK/2014-09/2843/base/sentences.xml
similarity index 100%
rename from t/sgbr/CMC-TSK/2014-09/2843/base/sentences.xml
rename to t/real/sgbr/CMC-TSK/2014-09/2843/base/sentences.xml
diff --git a/t/sgbr/CMC-TSK/2014-09/2843/base/tokens_aggr.xml b/t/real/sgbr/CMC-TSK/2014-09/2843/base/tokens_aggr.xml
similarity index 100%
rename from t/sgbr/CMC-TSK/2014-09/2843/base/tokens_aggr.xml
rename to t/real/sgbr/CMC-TSK/2014-09/2843/base/tokens_aggr.xml
diff --git a/t/sgbr/CMC-TSK/2014-09/2843/base/tokens_conservative.xml b/t/real/sgbr/CMC-TSK/2014-09/2843/base/tokens_conservative.xml
similarity index 100%
rename from t/sgbr/CMC-TSK/2014-09/2843/base/tokens_conservative.xml
rename to t/real/sgbr/CMC-TSK/2014-09/2843/base/tokens_conservative.xml
diff --git a/t/sgbr/CMC-TSK/2014-09/2843/data.xml b/t/real/sgbr/CMC-TSK/2014-09/2843/data.xml
similarity index 100%
rename from t/sgbr/CMC-TSK/2014-09/2843/data.xml
rename to t/real/sgbr/CMC-TSK/2014-09/2843/data.xml
diff --git a/t/sgbr/CMC-TSK/2014-09/2843/header.xml b/t/real/sgbr/CMC-TSK/2014-09/2843/header.xml
similarity index 100%
rename from t/sgbr/CMC-TSK/2014-09/2843/header.xml
rename to t/real/sgbr/CMC-TSK/2014-09/2843/header.xml
diff --git a/t/sgbr/CMC-TSK/2014-09/2843/sgbr/ana.xml b/t/real/sgbr/CMC-TSK/2014-09/2843/sgbr/ana.xml
similarity index 100%
rename from t/sgbr/CMC-TSK/2014-09/2843/sgbr/ana.xml
rename to t/real/sgbr/CMC-TSK/2014-09/2843/sgbr/ana.xml
diff --git a/t/sgbr/CMC-TSK/2014-09/2843/sgbr/lemma.xml b/t/real/sgbr/CMC-TSK/2014-09/2843/sgbr/lemma.xml
similarity index 100%
rename from t/sgbr/CMC-TSK/2014-09/2843/sgbr/lemma.xml
rename to t/real/sgbr/CMC-TSK/2014-09/2843/sgbr/lemma.xml
diff --git a/t/sgbr/CMC-TSK/2014-09/2843/struct/structure.xml b/t/real/sgbr/CMC-TSK/2014-09/2843/struct/structure.xml
similarity index 100%
rename from t/sgbr/CMC-TSK/2014-09/2843/struct/structure.xml
rename to t/real/sgbr/CMC-TSK/2014-09/2843/struct/structure.xml
diff --git a/t/sgbr/CMC-TSK/2014-09/3401/base/paragraph.xml b/t/real/sgbr/CMC-TSK/2014-09/3401/base/paragraph.xml
similarity index 100%
rename from t/sgbr/CMC-TSK/2014-09/3401/base/paragraph.xml
rename to t/real/sgbr/CMC-TSK/2014-09/3401/base/paragraph.xml
diff --git a/t/sgbr/CMC-TSK/2014-09/3401/base/sentences.xml b/t/real/sgbr/CMC-TSK/2014-09/3401/base/sentences.xml
similarity index 100%
rename from t/sgbr/CMC-TSK/2014-09/3401/base/sentences.xml
rename to t/real/sgbr/CMC-TSK/2014-09/3401/base/sentences.xml
diff --git a/t/sgbr/CMC-TSK/2014-09/3401/base/tokens_aggr.xml b/t/real/sgbr/CMC-TSK/2014-09/3401/base/tokens_aggr.xml
similarity index 100%
rename from t/sgbr/CMC-TSK/2014-09/3401/base/tokens_aggr.xml
rename to t/real/sgbr/CMC-TSK/2014-09/3401/base/tokens_aggr.xml
diff --git a/t/sgbr/CMC-TSK/2014-09/3401/base/tokens_conservative.xml b/t/real/sgbr/CMC-TSK/2014-09/3401/base/tokens_conservative.xml
similarity index 100%
rename from t/sgbr/CMC-TSK/2014-09/3401/base/tokens_conservative.xml
rename to t/real/sgbr/CMC-TSK/2014-09/3401/base/tokens_conservative.xml
diff --git a/t/sgbr/CMC-TSK/2014-09/3401/data.xml b/t/real/sgbr/CMC-TSK/2014-09/3401/data.xml
similarity index 100%
rename from t/sgbr/CMC-TSK/2014-09/3401/data.xml
rename to t/real/sgbr/CMC-TSK/2014-09/3401/data.xml
diff --git a/t/sgbr/CMC-TSK/2014-09/3401/header.xml b/t/real/sgbr/CMC-TSK/2014-09/3401/header.xml
similarity index 100%
rename from t/sgbr/CMC-TSK/2014-09/3401/header.xml
rename to t/real/sgbr/CMC-TSK/2014-09/3401/header.xml
diff --git a/t/sgbr/CMC-TSK/2014-09/3401/sgbr/ana.xml b/t/real/sgbr/CMC-TSK/2014-09/3401/sgbr/ana.xml
similarity index 100%
rename from t/sgbr/CMC-TSK/2014-09/3401/sgbr/ana.xml
rename to t/real/sgbr/CMC-TSK/2014-09/3401/sgbr/ana.xml
diff --git a/t/sgbr/CMC-TSK/2014-09/3401/sgbr/lemma.xml b/t/real/sgbr/CMC-TSK/2014-09/3401/sgbr/lemma.xml
similarity index 100%
rename from t/sgbr/CMC-TSK/2014-09/3401/sgbr/lemma.xml
rename to t/real/sgbr/CMC-TSK/2014-09/3401/sgbr/lemma.xml
diff --git a/t/sgbr/CMC-TSK/2014-09/3401/struct/structure.xml b/t/real/sgbr/CMC-TSK/2014-09/3401/struct/structure.xml
similarity index 100%
rename from t/sgbr/CMC-TSK/2014-09/3401/struct/structure.xml
rename to t/real/sgbr/CMC-TSK/2014-09/3401/struct/structure.xml
diff --git a/t/sgbr/CMC-TSK/2014-09/header.xml b/t/real/sgbr/CMC-TSK/2014-09/header.xml
similarity index 100%
rename from t/sgbr/CMC-TSK/2014-09/header.xml
rename to t/real/sgbr/CMC-TSK/2014-09/header.xml
diff --git a/t/sgbr/CMC-TSK/header.xml b/t/real/sgbr/CMC-TSK/header.xml
similarity index 100%
rename from t/sgbr/CMC-TSK/header.xml
rename to t/real/sgbr/CMC-TSK/header.xml
diff --git a/t/sgbr/PRO-DUD/BSP-2013-01/32/base/sentences.xml b/t/real/sgbr/PRO-DUD/BSP-2013-01/32/base/sentences.xml
similarity index 100%
rename from t/sgbr/PRO-DUD/BSP-2013-01/32/base/sentences.xml
rename to t/real/sgbr/PRO-DUD/BSP-2013-01/32/base/sentences.xml
diff --git a/t/sgbr/PRO-DUD/BSP-2013-01/32/base/tokens_aggr.xml b/t/real/sgbr/PRO-DUD/BSP-2013-01/32/base/tokens_aggr.xml
similarity index 100%
rename from t/sgbr/PRO-DUD/BSP-2013-01/32/base/tokens_aggr.xml
rename to t/real/sgbr/PRO-DUD/BSP-2013-01/32/base/tokens_aggr.xml
diff --git a/t/sgbr/PRO-DUD/BSP-2013-01/32/base/tokens_conservative.xml b/t/real/sgbr/PRO-DUD/BSP-2013-01/32/base/tokens_conservative.xml
similarity index 100%
rename from t/sgbr/PRO-DUD/BSP-2013-01/32/base/tokens_conservative.xml
rename to t/real/sgbr/PRO-DUD/BSP-2013-01/32/base/tokens_conservative.xml
diff --git a/t/sgbr/PRO-DUD/BSP-2013-01/32/data.xml b/t/real/sgbr/PRO-DUD/BSP-2013-01/32/data.xml
similarity index 100%
rename from t/sgbr/PRO-DUD/BSP-2013-01/32/data.xml
rename to t/real/sgbr/PRO-DUD/BSP-2013-01/32/data.xml
diff --git a/t/sgbr/PRO-DUD/BSP-2013-01/32/header.xml b/t/real/sgbr/PRO-DUD/BSP-2013-01/32/header.xml
similarity index 100%
rename from t/sgbr/PRO-DUD/BSP-2013-01/32/header.xml
rename to t/real/sgbr/PRO-DUD/BSP-2013-01/32/header.xml
diff --git a/t/sgbr/PRO-DUD/BSP-2013-01/32/sgbr/ana.xml b/t/real/sgbr/PRO-DUD/BSP-2013-01/32/sgbr/ana.xml
similarity index 100%
rename from t/sgbr/PRO-DUD/BSP-2013-01/32/sgbr/ana.xml
rename to t/real/sgbr/PRO-DUD/BSP-2013-01/32/sgbr/ana.xml
diff --git a/t/sgbr/PRO-DUD/BSP-2013-01/32/sgbr/lemma.xml b/t/real/sgbr/PRO-DUD/BSP-2013-01/32/sgbr/lemma.xml
similarity index 100%
rename from t/sgbr/PRO-DUD/BSP-2013-01/32/sgbr/lemma.xml
rename to t/real/sgbr/PRO-DUD/BSP-2013-01/32/sgbr/lemma.xml
diff --git a/t/sgbr/PRO-DUD/BSP-2013-01/32/struct/structure.xml b/t/real/sgbr/PRO-DUD/BSP-2013-01/32/struct/structure.xml
similarity index 100%
rename from t/sgbr/PRO-DUD/BSP-2013-01/32/struct/structure.xml
rename to t/real/sgbr/PRO-DUD/BSP-2013-01/32/struct/structure.xml
diff --git a/t/sgbr/PRO-DUD/BSP-2013-01/header.xml b/t/real/sgbr/PRO-DUD/BSP-2013-01/header.xml
similarity index 100%
rename from t/sgbr/PRO-DUD/BSP-2013-01/header.xml
rename to t/real/sgbr/PRO-DUD/BSP-2013-01/header.xml
diff --git a/t/sgbr/PRO-DUD/header.xml b/t/real/sgbr/PRO-DUD/header.xml
similarity index 100%
rename from t/sgbr/PRO-DUD/header.xml
rename to t/real/sgbr/PRO-DUD/header.xml
diff --git a/t/sgbr/TEST/BSP/1/base/paragraph.xml b/t/real/sgbr/TEST/BSP/1/base/paragraph.xml
similarity index 100%
rename from t/sgbr/TEST/BSP/1/base/paragraph.xml
rename to t/real/sgbr/TEST/BSP/1/base/paragraph.xml
diff --git a/t/sgbr/TEST/BSP/1/base/sentences.xml b/t/real/sgbr/TEST/BSP/1/base/sentences.xml
similarity index 100%
rename from t/sgbr/TEST/BSP/1/base/sentences.xml
rename to t/real/sgbr/TEST/BSP/1/base/sentences.xml
diff --git a/t/sgbr/TEST/BSP/1/base/tokens_aggr.xml b/t/real/sgbr/TEST/BSP/1/base/tokens_aggr.xml
similarity index 100%
rename from t/sgbr/TEST/BSP/1/base/tokens_aggr.xml
rename to t/real/sgbr/TEST/BSP/1/base/tokens_aggr.xml
diff --git a/t/sgbr/TEST/BSP/1/base/tokens_conservative.xml b/t/real/sgbr/TEST/BSP/1/base/tokens_conservative.xml
similarity index 100%
rename from t/sgbr/TEST/BSP/1/base/tokens_conservative.xml
rename to t/real/sgbr/TEST/BSP/1/base/tokens_conservative.xml
diff --git a/t/sgbr/TEST/BSP/1/data.xml b/t/real/sgbr/TEST/BSP/1/data.xml
similarity index 100%
rename from t/sgbr/TEST/BSP/1/data.xml
rename to t/real/sgbr/TEST/BSP/1/data.xml
diff --git a/t/sgbr/TEST/BSP/1/header.xml b/t/real/sgbr/TEST/BSP/1/header.xml
similarity index 100%
rename from t/sgbr/TEST/BSP/1/header.xml
rename to t/real/sgbr/TEST/BSP/1/header.xml
diff --git a/t/sgbr/TEST/BSP/1/sgbr/ana.xml b/t/real/sgbr/TEST/BSP/1/sgbr/ana.xml
similarity index 100%
rename from t/sgbr/TEST/BSP/1/sgbr/ana.xml
rename to t/real/sgbr/TEST/BSP/1/sgbr/ana.xml
diff --git a/t/sgbr/TEST/BSP/1/sgbr/lemma.xml b/t/real/sgbr/TEST/BSP/1/sgbr/lemma.xml
similarity index 100%
rename from t/sgbr/TEST/BSP/1/sgbr/lemma.xml
rename to t/real/sgbr/TEST/BSP/1/sgbr/lemma.xml
diff --git a/t/sgbr/TEST/BSP/1/struct/structure.xml b/t/real/sgbr/TEST/BSP/1/struct/structure.xml
similarity index 100%
rename from t/sgbr/TEST/BSP/1/struct/structure.xml
rename to t/real/sgbr/TEST/BSP/1/struct/structure.xml
diff --git a/t/sgbr/TEST/BSP/header.xml b/t/real/sgbr/TEST/BSP/header.xml
similarity index 100%
rename from t/sgbr/TEST/BSP/header.xml
rename to t/real/sgbr/TEST/BSP/header.xml
diff --git a/t/sgbr/TEST/header.xml b/t/real/sgbr/TEST/header.xml
similarity index 100%
rename from t/sgbr/TEST/header.xml
rename to t/real/sgbr/TEST/header.xml
diff --git a/t/sgbr/base.t b/t/real/sgbr/base.t
similarity index 93%
rename from t/sgbr/base.t
rename to t/real/sgbr/base.t
index 073209e..194c49c 100644
--- a/t/sgbr/base.t
+++ b/t/real/sgbr/base.t
@@ -8,6 +8,10 @@
 use KorAP::XML::Krill;
 use utf8;
 
+if ($ENV{SKIP_REAL}) {
+  plan skip_all => 'Skip real tests';
+};
+
 my $path = catdir(dirname(__FILE__), 'CMC-TSK', '2014-09', 3401);
 
 ok(my $doc = KorAP::XML::Krill->new(
diff --git a/t/sgbr/lemma.t b/t/real/sgbr/lemma.t
similarity index 97%
rename from t/sgbr/lemma.t
rename to t/real/sgbr/lemma.t
index 6635175..54f94e4 100644
--- a/t/sgbr/lemma.t
+++ b/t/real/sgbr/lemma.t
@@ -8,6 +8,10 @@
 use KorAP::XML::Krill;
 use utf8;
 
+if ($ENV{SKIP_REAL}) {
+  plan skip_all => 'Skip real tests';
+};
+
 my $path = catdir(dirname(__FILE__), 'TEST', 'BSP', 1);
 
 ok(my $doc = KorAP::XML::Krill->new(
diff --git a/t/sgbr/meta.t b/t/real/sgbr/meta.t
similarity index 96%
rename from t/sgbr/meta.t
rename to t/real/sgbr/meta.t
index aa0fc10..dcaf6cf 100644
--- a/t/sgbr/meta.t
+++ b/t/real/sgbr/meta.t
@@ -8,6 +8,10 @@
 use KorAP::XML::Krill;
 use utf8;
 
+if ($ENV{SKIP_REAL}) {
+  plan skip_all => 'Skip real tests';
+};
+
 my $path = catdir(dirname(__FILE__), 'TEST', 'BSP', 1);
 
 ok(my $doc = KorAP::XML::Krill->new(
diff --git a/t/sgbr/meta_duden.t b/t/real/sgbr/meta_duden.t
similarity index 97%
rename from t/sgbr/meta_duden.t
rename to t/real/sgbr/meta_duden.t
index ca3f3f1..16f8f8d 100644
--- a/t/sgbr/meta_duden.t
+++ b/t/real/sgbr/meta_duden.t
@@ -8,6 +8,10 @@
 use KorAP::XML::Krill;
 use utf8;
 
+if ($ENV{SKIP_REAL}) {
+  plan skip_all => 'Skip real tests';
+};
+
 my $path = catdir(dirname(__FILE__), 'PRO-DUD', 'BSP-2013-01', 32);
 
 ok(my $doc = KorAP::XML::Krill->new(
diff --git a/t/sgbr/meta_ids.t b/t/real/sgbr/meta_ids.t
similarity index 98%
rename from t/sgbr/meta_ids.t
rename to t/real/sgbr/meta_ids.t
index c9a83c7..d81a494 100644
--- a/t/sgbr/meta_ids.t
+++ b/t/real/sgbr/meta_ids.t
@@ -8,6 +8,10 @@
 use KorAP::XML::Krill;
 use utf8;
 
+if ($ENV{SKIP_REAL}) {
+  plan skip_all => 'Skip real tests';
+};
+
 my $path = catdir(dirname(__FILE__), 'CMC-TSK', '2014-09', '2843');
 
 ok(my $doc = KorAP::XML::Krill->new(
diff --git a/t/sgbr/pos.t b/t/real/sgbr/pos.t
similarity index 95%
rename from t/sgbr/pos.t
rename to t/real/sgbr/pos.t
index d750cb1..33fbc90 100644
--- a/t/sgbr/pos.t
+++ b/t/real/sgbr/pos.t
@@ -8,6 +8,10 @@
 use KorAP::XML::Krill;
 use utf8;
 
+if ($ENV{SKIP_REAL}) {
+  plan skip_all => 'Skip real tests';
+};
+
 my $path = catdir(dirname(__FILE__), 'TEST', 'BSP', 1);
 
 ok(my $doc = KorAP::XML::Krill->new(
diff --git a/t/real/sgbr/script_single.t b/t/real/sgbr/script_single.t
new file mode 100644
index 0000000..934ce8a
--- /dev/null
+++ b/t/real/sgbr/script_single.t
@@ -0,0 +1,69 @@
+#/usr/bin/env perl
+use strict;
+use warnings;
+use File::Basename 'dirname';
+use File::Spec::Functions qw/catdir catfile/;
+use File::Temp qw/:POSIX/;
+use Mojo::File;
+use Mojo::JSON qw/decode_json/;
+use IO::Uncompress::Gunzip;
+use Test::More;
+use Test::Output;
+use Data::Dumper;
+use utf8;
+
+if ($ENV{SKIP_SCRIPT} || $ENV{SKIP_REAL}) {
+  plan skip_all => 'Skip script/real tests';
+};
+
+my $f = dirname(__FILE__);
+my $script = catfile($f, '..', '..', 'script', 'korapxml2krill');
+
+my $input = catdir($f, '..', 'sgbr', 'PRO-DUD', 'BSP-2013-01', '32');
+
+my $output = tmpnam();
+my $cache = tmpnam();
+
+# Use a different token source and skip all annotations,
+# except for DeReKo#Structure and Mate#Dependency
+my $call = join(
+  ' ',
+  'perl', $script,
+  '--input' => $input,
+  '--output' => $output,
+  '--cache' => $cache,
+  '-m' => 'Sgbr',
+  '-t' => 'Base#Tokens_aggr',
+  '-l' => 'INFO'
+);
+
+stderr_like(
+  sub {
+    system($call);
+  },
+  qr!The code took!,
+  $call
+);
+
+ok(-f $output, 'Output does exist');
+ok((my $file = Mojo::File->new($output)->slurp), 'Slurp data');
+ok((my $json = decode_json $file), 'decode json');
+
+is($json->{data}->{text}, 'Selbst ist der Jeck', 'Text');
+is($json->{data}->{tokenSource}, 'base#tokens_aggr', 'TokenSource');
+is($json->{pubPlace}, 'Stadtingen', 'pubPlace');
+is($json->{textSigle}, 'PRO-DUD/BSP-2013-01/32', 'textSigle');
+is($json->{docSigle}, 'PRO-DUD/BSP-2013-01', 'docSigle');
+is($json->{corpusSigle}, 'PRO-DUD', 'corpusSigle');
+is($json->{sgbrKodex}, 'T', 'sgbrKodex');
+is($json->{author}, 'unbekannt', 'Author');
+is($json->{language}, 'de', 'Language');
+is($json->{docTitle}, 'Korpus zur Beobachtung des Schreibgebrauchs im Deutschen', 'docTitle');
+is($json->{funder}, 'Bundesministerium für Bildung und Forschung', 'docTitle');
+is($json->{title}, 'Nur Platt, kein Deutsch', 'title');
+is($json->{pubDate}, '20130126', 'pubDate');
+is($json->{docSubTitle}, 'Subkorpus Ortsblatt, Jahrgang 2013, Monat Januar', 'docSubTitle');
+is($json->{keywords}, 'sgbrKodex:T', 'keywords');
+is($json->{publisher}, 'Dorfblatt GmbH', 'publisher');
+
+done_testing;
diff --git a/t/sgbr/token.t b/t/real/sgbr/token.t
similarity index 94%
rename from t/sgbr/token.t
rename to t/real/sgbr/token.t
index da17f8a..1c95001 100644
--- a/t/sgbr/token.t
+++ b/t/real/sgbr/token.t
@@ -8,6 +8,10 @@
 use KorAP::XML::Krill;
 use utf8;
 
+if ($ENV{SKIP_REAL}) {
+  plan skip_all => 'Skip real tests';
+};
+
 my $path = catdir(dirname(__FILE__), 'TEST', 'BSP', 1);
 
 ok(my $doc = KorAP::XML::Krill->new(
diff --git a/t/tokenization.t b/t/real/tokenization.t
similarity index 93%
rename from t/tokenization.t
rename to t/real/tokenization.t
index da135e5..b254d5e 100644
--- a/t/tokenization.t
+++ b/t/real/tokenization.t
@@ -9,6 +9,10 @@
 use File::Basename 'dirname';
 use File::Spec::Functions 'catdir';
 
+if ($ENV{SKIP_REAL}) {
+  plan skip_all => 'Skip real tests';
+};
+
 sub _t2h {
   my $string = shift;
   $string =~ s/^\[\(\d+?-\d+?\)(.+?)\]$/$1/;
@@ -21,7 +25,7 @@
 
 use_ok('KorAP::XML::Krill');
 
-my $path = catdir(dirname(__FILE__), 'corpus/WPD/00001');
+my $path = catdir(dirname(__FILE__), qw/corpus WPD 00001/);
 ok(my $doc = KorAP::XML::Krill->new( path => $path ), 'Load Korap::Document');
 like($doc->path, qr!\Q$path\E/$!, 'Path');
 ok($doc->parse, 'Parse document');
diff --git a/t/transform.t b/t/real/transform.t
similarity index 97%
rename from t/transform.t
rename to t/real/transform.t
index c071f81..cf7e636 100644
--- a/t/transform.t
+++ b/t/real/transform.t
@@ -10,6 +10,10 @@
 use File::Basename 'dirname';
 use File::Spec::Functions 'catdir';
 
+if ($ENV{SKIP_REAL}) {
+  plan skip_all => 'Skip real tests';
+};
+
 use_ok('KorAP::XML::Krill');
 
 sub _t2h {
@@ -68,7 +72,7 @@
 push(@layers, ['XIP', 'Sentences']);
 
 
-my $path = catdir(dirname(__FILE__), 'corpus/WPD/00001');
+my $path = catdir(dirname(__FILE__), qw!corpus WPD 00001!);
 ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 like($doc->path, qr!\Q$path\E/$!, 'Path');
 
diff --git a/t/real/wdd.t b/t/real/wdd.t
index c8c50b4..57dcbc7 100644
--- a/t/real/wdd.t
+++ b/t/real/wdd.t
@@ -1,4 +1,4 @@
-use strict;
+#use strict;
 use warnings;
 use Test::More;
 use Data::Dumper;
@@ -21,7 +21,7 @@
 use_ok('KorAP::XML::Krill');
 
 # GOE/AGA/03828
-my $path = catdir(dirname(__FILE__), '../corpus/WDD/G27/38989');
+my $path = catdir(dirname(__FILE__), 'corpus','WDD','G27','38989');
 
 ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
@@ -271,7 +271,7 @@
 
 # diag "No test for xip dependency";
 
-$path = catdir(dirname(__FILE__), '../corpus/WDD15/A79/83946');
+$path = catdir(dirname(__FILE__), 'corpus','WDD15','A79','83946');
 
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
diff --git a/t/real/wpd.t b/t/real/wpd.t
index 9bb0661..ad14631 100644
--- a/t/real/wpd.t
+++ b/t/real/wpd.t
@@ -20,7 +20,7 @@
 
 use_ok('KorAP::XML::Krill');
 
-my $path = catdir(dirname(__FILE__), '../corpus/WPD/00001');
+my $path = catdir(dirname(__FILE__), 'corpus','WPD','00001');
 
 ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
@@ -102,7 +102,7 @@
 
 
 # Problematic document
-$path = catdir(dirname(__FILE__), '../corpus/WPD15/W28/65631');
+$path = catdir(dirname(__FILE__), 'corpus','WPD15','W28','65631');
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
 
@@ -137,7 +137,7 @@
 
 
 # Check offset problem
-$path = catdir(dirname(__FILE__), '../corpus/WPD15/U43/34816');
+$path = catdir(dirname(__FILE__), 'corpus','WPD15','U43','34816');
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
 
diff --git a/t/real/wpe.t b/t/real/wpe.t
index 9928344..33a4236 100644
--- a/t/real/wpe.t
+++ b/t/real/wpe.t
@@ -19,7 +19,7 @@
 
 use_ok('KorAP::XML::Krill');
 
-my $path = catdir(dirname(__FILE__), '../corpus/WPE15/G00/11973');
+my $path = catdir(dirname(__FILE__), 'corpus','WPE15','G00','11973');
 
 ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
diff --git a/t/real/wpf.t b/t/real/wpf.t
index c3bec5a..e44e0ba 100644
--- a/t/real/wpf.t
+++ b/t/real/wpf.t
@@ -20,7 +20,7 @@
 
 use_ok('KorAP::XML::Krill');
 
-my $path = catdir(dirname(__FILE__), '../corpus/WPF19/P00/0042242');
+my $path = catdir(dirname(__FILE__), 'corpus','WPF19','P00','0042242');
 
 ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
diff --git a/t/script/archive.t b/t/script/archive.t
index 5c23b76..1bb4f92 100644
--- a/t/script/archive.t
+++ b/t/script/archive.t
@@ -163,22 +163,6 @@
 };
 
 
-$input = catfile($f, '..', 'corpus', 'WDD15', 'A79', '83946');
-$call = join(
-  ' ',
-  'perl', $script,
-  '--input' => $input,
-  '--cache' => $cache
-);
-
-# Test without compression
-{
-  local $SIG{__WARN__} = sub {};
-  my $out = combined_from(sub { system($call); });
-
-  like($out, qr!No tokens found!s, $call);
-};
-
 my $input_quotes = catfile($f, '..', 'corpus', 'archive_quotes.zip');
 $call = join(
   ' ',
@@ -202,7 +186,6 @@
 
 unlink($output);
 
-
 $input_quotes = "'".catfile($f, '..', 'corpus', 'archives', 'wpd15*.zip') . "'";
 
 $call = join(
@@ -225,7 +208,6 @@
 );
 
 
-
 # Test with sigles
 $input = catfile($f, '..', 'corpus', 'archive.zip');
 ok(-f $input, 'Input archive found');
diff --git a/t/script/single.t b/t/script/single.t
index dddf7d8..301357c 100644
--- a/t/script/single.t
+++ b/t/script/single.t
@@ -171,89 +171,6 @@
 unlink $output;
 ok(!-f $output, 'Output does not exist');
 
-$input = catdir($f, '..', 'sgbr', 'PRO-DUD', 'BSP-2013-01', '32');
-
-# Use a different token source and skip all annotations,
-# except for DeReKo#Structure and Mate#Dependency
-$call = join(
-  ' ',
-  'perl', $script,
-  '--input' => $input,
-  '--output' => $output,
-  '--cache' => $cache,
-  '-m' => 'Sgbr',
-  '-t' => 'Base#Tokens_aggr',
-  '-l' => 'INFO'
-);
-
-stderr_like(
-  sub {
-    system($call);
-  },
-  qr!The code took!,
-  $call
-);
-
-ok(-f $output, 'Output does exist');
-ok(($file = Mojo::File->new($output)->slurp), 'Slurp data');
-ok(($json = decode_json $file), 'decode json');
-
-is($json->{data}->{text}, 'Selbst ist der Jeck', 'Text');
-is($json->{data}->{tokenSource}, 'base#tokens_aggr', 'TokenSource');
-is($json->{pubPlace}, 'Stadtingen', 'pubPlace');
-is($json->{textSigle}, 'PRO-DUD/BSP-2013-01/32', 'textSigle');
-is($json->{docSigle}, 'PRO-DUD/BSP-2013-01', 'docSigle');
-is($json->{corpusSigle}, 'PRO-DUD', 'corpusSigle');
-is($json->{sgbrKodex}, 'T', 'sgbrKodex');
-is($json->{author}, 'unbekannt', 'Author');
-is($json->{language}, 'de', 'Language');
-is($json->{docTitle}, 'Korpus zur Beobachtung des Schreibgebrauchs im Deutschen', 'docTitle');
-is($json->{funder}, 'Bundesministerium für Bildung und Forschung', 'docTitle');
-is($json->{title}, 'Nur Platt, kein Deutsch', 'title');
-is($json->{pubDate}, '20130126', 'pubDate');
-is($json->{docSubTitle}, 'Subkorpus Ortsblatt, Jahrgang 2013, Monat Januar', 'docSubTitle');
-is($json->{keywords}, 'sgbrKodex:T', 'keywords');
-is($json->{publisher}, 'Dorfblatt GmbH', 'publisher');
-
-
-
-# AGA with base info
-unlink $output;
-ok(!-f $output, 'Output does not exist');
-$input = catdir($f, '..', 'corpus', 'GOE2', 'AGA', '03828');
-ok(-d $input, 'Input directory found');
-
-ok(!-f $output, 'Output does not exist');
-
-$call = join(
-  ' ',
-  'perl', $script,
-  '--input' => $input,
-  '--output' => $output,
-  '--cache' => $cache,
-  '-t' => 'base#tokens_aggr',
-  '-bs' => 'DeReKo#Structure',
-  '-bp' => 'DeReKo#Structure',
-  '-bpb' => 'DeReKo#Structure',
-  '-l' => 'INFO'
-);
-
-stderr_like(
-  sub {
-    system($call);
-  },
-  qr!The code took!,
-  $call
-);
-ok(-f $output, 'Output does exist');
-ok(($file = Mojo::File->new($output)->slurp), 'Slurp data');
-ok(($json = decode_json $file), 'decode json');
-
-is($json->{title}, 'Autobiographische Einzelheiten', 'title');
-is($json->{data}->{stream}->[0]->[-1], '~:base/s:pb$<i>529<i>0', 'Pagebreak annotation');
-
-
-
 # Koral version
 $input = catdir($f, '..', 'annotation', 'corpus', 'doc', '0001');
 $call = join(
diff --git a/xt/benchmark.pl b/xt/benchmark.pl
index ff4f3e2..bc470d5 100644
--- a/xt/benchmark.pl
+++ b/xt/benchmark.pl
@@ -46,7 +46,7 @@
 # Add benchmark instances
 $bench->add_instances(
   Dumbbench::Instance::PerlSub->new(
-    name => 'ExampleRun 1',
+    name => 'Script-ExampleRun-1',
     code => sub {
       my $cmd = join(
         ' ',