Add simple Spacy support
Change-Id: I37ec0dce14ca456c8a4804dc9dd198c3d153b359
diff --git a/script/korapxml2krill b/script/korapxml2krill
index 51352e8..77a1260 100755
--- a/script/korapxml2krill
+++ b/script/korapxml2krill
@@ -171,9 +171,12 @@
# 2023/02/13
# - Fix temporary-extract handling from configuration file.
#
+# 2024/03/20
+# - Added Spacy support.
+#
# ----------------------------------------------------------
-our $LAST_CHANGE = '2023/05/16';
+our $LAST_CHANGE = '2024/03/20';
our $LOCAL = $FindBin::Bin;
our $KORAL_VERSION = 0.03;
our $VERSION_MSG = <<"VERSION";
@@ -514,6 +517,10 @@
['Sgbr', 'Lemma'],
['Sgbr', 'Morpho']);
+# Spacy
+push(@layers,
+ ['Spacy', 'Morpho']);
+
# Talismane
push(@layers,
['Talismane', 'Dependency'],
@@ -1521,6 +1528,9 @@
#Lemma
#Morpho
+ Spacy
+ #Morpho
+
Talismane
#Dependency
#Morpho