Support temporary extraction as a config parameter

Change-Id: Ie97601d373d705a307f4f1201081f10b15b4d725
diff --git a/script/korapxml2krill b/script/korapxml2krill
index b2533bc..a1dac4d 100644
--- a/script/korapxml2krill
+++ b/script/korapxml2krill
@@ -154,9 +154,12 @@
 #
 # 2021/10/11
 # - Introduced support for Gingko
+#
+# 2022/01/17
+# - Support for temporary extraction in config
 # ----------------------------------------------------------
 
-our $LAST_CHANGE = '2021/10/11';
+our $LAST_CHANGE = '2022/01/17';
 our $LOCAL = $FindBin::Bin;
 our $KORAL_VERSION = 0.03;
 our $VERSION_MSG = <<"VERSION";
@@ -246,7 +249,8 @@
   foreach (qw!output cache-size input-base token overwrite
               meta base-sentences base-paragraphs base-pagebreaks
               gzip to-tar log cache non-word-tokens
-              non-verbal-tokens sequential-extraction cache-init
+              non-verbal-tokens sequential-extraction
+              temporary-extract cache-init
               koral extract-dir jobs!) {
     my $underlined = $_ =~ tr/-/_/r;
     if (!defined($cfg{$underlined}) && defined $config{$_}) {
@@ -1579,7 +1583,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2015-2021, L<IDS Mannheim|https://www.ids-mannheim.de/>
+Copyright (C) 2015-2022, L<IDS Mannheim|https://www.ids-mannheim.de/>
 
 Author: L<Nils Diewald|https://www.nils-diewald.de/>