Added DRuKoLa support to korapxml2krill script
Change-Id: Id6fedf29df7b7728b12d25cc17c78c84aad6e7eb
diff --git a/script/korapxml2krill b/script/korapxml2krill
index b60eb59..81497fe 100644
--- a/script/korapxml2krill
+++ b/script/korapxml2krill
@@ -79,9 +79,12 @@
# 2016/12/21
# - added support for base-sentences and base-tokenizations
#
+# 2017/01/20
+# - added support for DRuKoLa annotations
+#
# ----------------------------------------------------------
-our $LAST_CHANGE = '2016/12/21';
+our $LAST_CHANGE = '2017/01/20';
our $LOCAL = $FindBin::Bin;
our $VERSION_MSG = <<"VERSION";
Version $KorAP::XML::Krill::VERSION - diewald\@ids-mannheim.de - $LAST_CHANGE
@@ -227,6 +230,10 @@
push(@layers, ['XIP', 'Sentences']);
push(@layers, ['XIP', 'Dependency']);
+# DRuKoLa
+push(@layers, ['DRuKoLa', 'Morpho']);
+
+
# Check filters
my @filtered_anno;
if ($skip{'#all'}) {
@@ -895,6 +902,14 @@
=back
+=item B<DRuKoLa>
+
+=over 4
+
+=item #Morpho
+
+=back
+
=item B<TreeTagger>
=over 4