Update version including NKJP
Change-Id: Id0a233e5873ac12102f9b650e527a0dfcab314cc
diff --git a/Changes b/Changes
index ff85d57..2a267f1 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.46 2022-07-21
+ - Support NKJP Meta, Morpho and NamedEntities.
+
0.45 2022-03-04
- Due to problems installing Archive::Tar::Builder
in certain environments, this is now optional,
diff --git a/lib/KorAP/XML/Krill.pm b/lib/KorAP/XML/Krill.pm
index 229ad79..d8b72ab 100644
--- a/lib/KorAP/XML/Krill.pm
+++ b/lib/KorAP/XML/Krill.pm
@@ -16,7 +16,7 @@
our @EXPORT_OK = qw(get_file_name get_file_name_from_glob);
-our $VERSION = '0.45';
+our $VERSION = '0.46';
has 'path';
has [qw/text_sigle doc_sigle corpus_sigle/];
diff --git a/script/korapxml2krill b/script/korapxml2krill
index 9c652ec..ac726e5 100644
--- a/script/korapxml2krill
+++ b/script/korapxml2krill
@@ -158,9 +158,12 @@
# 2022/01/17
# - Support for temporary extraction in config
# - Introduced support for Gingko
+#
+# 2022/07/21
+# - Support for NKJP
# ----------------------------------------------------------
-our $LAST_CHANGE = '2022/03/04';
+our $LAST_CHANGE = '2022/07/21';
our $LOCAL = $FindBin::Bin;
our $KORAL_VERSION = 0.03;
our $VERSION_MSG = <<"VERSION";
@@ -476,7 +479,8 @@
# NKJP
push(@layers,
- ['NKJP', 'Morpho']);
+ ['NKJP', 'Morpho'],
+ ['NKJP', 'NamedEntities']);
# OpenNLP
push(@layers,