blob: 47e620d8cfe70548bf01a76d455b4ac1a2523e7b [file] [log] [blame]
Akrond708a612022-03-21 16:00:01 +010012.3.2 2022-03-23
Akron540fd622022-03-21 18:20:05 +01002 - Do not reference metadata.xml
Akrond708a612022-03-21 16:00:01 +01003 - Remove schema references from header files.
Akron4ee372a2022-02-24 17:54:24 +01004 - Improve test suite for unability to use
5 KorAP-Tokenizer.
Akron540fd622022-03-21 18:20:05 +01006
Marc Kupietz0bca4f12022-01-14 13:24:22 +010072.3.1 2022-01-14 Release
Akrona3799ce2021-10-15 16:27:30 +02008 - Improve script handling of broken data
9 - Improve handling of unknown header types
10 - Check for valid sigles to avoid broken directories
11 - Introduce exclusivity for inline tokens handling.
Akrona2cb2812021-10-30 10:29:08 +020012 - Use single dash for STDIN.
Marc Kupietz0bca4f12022-01-14 13:24:22 +010013 - Update KorAP-Tokenizer to v2.2.2 (single quote, "du." bug fixes)
Akrona3799ce2021-10-15 16:27:30 +020014
152.2.0 2021-08-26 Release
Akrond658df72021-02-18 18:58:56 +010016 - Remove unnecessary branch in recursive call
Akrondd0be8f2021-02-18 19:29:41 +010017 - Support inline-structures parameter
Akron26a71522021-02-19 10:27:37 +010018 - Introduce --base-foundry, --data-file, and --header-file parameters
Akron91705d72021-02-19 10:59:45 +010019 - Introduce --tokens-file parameter
Akron75d63142021-02-23 18:40:56 +010020 - Introduce --skip-inline-tokens parameter
Akrond3e1d282021-02-24 14:51:27 +010021 - Minor cleanups and improvements
Akron54c3ff12021-02-25 11:33:37 +010022 - Introduce --skip-inline-tags parameter
Akroneb12e232021-02-25 13:49:50 +010023 - Introduce KorAP::XML::TEI::Inline class
Akron692d17d2021-03-05 13:21:03 +010024 - Introduce --skip-inline-token-annotations parameter
25 - Deprecate KORAPXMLTEI_INLINE environment variable
26 in favor of --skip-inline-token-annotations
Akrond658df72021-02-18 18:58:56 +010027
Akrona3799ce2021-10-15 16:27:30 +0200281.0.0 2021-02-18 Release
Akrond3e1d282021-02-24 14:51:27 +010029 - -s option added that uses sentence boundaries
30 provided by the KorAP tokenizer (-tk)
Marc Kupietza1421f02021-02-18 15:32:38 +010031 - Tokenizer invocation comments removed from KorAP XML output
32 - Indentation of </span> tags fixed
Akrond3e1d282021-02-24 14:51:27 +010033 - Character entities used in DeReKo are automatically
34 replaced by their corresponding characters
Marc Kupietza1421f02021-02-18 15:32:38 +010035 - Resources defined in Makefile
36 - Fixed possible IO deadlock with KorAP tokenizer
Akron4e3c7e32021-02-18 15:19:53 +010037 - Simplified debugging by combining with X::C::T line numbers
Akron1a5271a2021-02-18 13:18:15 +010038 - Support inline-tokens parameter
Akronf8088e62021-02-18 16:18:59 +010039 - Move verbose code documentation to trailing
40 script section
Marc Kupietzeed4cb12021-02-17 19:39:32 +010041
Akronf7084c42021-01-07 10:25:22 +0100420.03 2021-01-12
Marc Kupietzb505d442021-01-06 16:40:29 +010043 - Update KorAP-Tokenizer to released 2.0 version
Akronf7084c42021-01-07 10:25:22 +010044 - Improve test suite for recent version
45 of Mojolicious.
46
Marc Kupietz44b1f252020-11-26 16:31:40 +0100470.02 2020-11-27
Akronf7084c42021-01-07 10:25:22 +010048 - Update KorAP-Tokenizer to v2.0.0.
Akroneaa96232020-10-15 17:06:15 +020049 - Switch input encoding based on XML
50 processing instruction.
Marc Kupietz44b1f252020-11-26 16:31:40 +010051 - Fix handling of UTF-8 in sigles.
Akroneaa96232020-10-15 17:06:15 +020052
Akron0c41ab32020-09-29 07:33:33 +0200530.01 2020-09-28
54 - Initial release to GitHub.