blob: b9961145b89e96c2b1e24b292c08f12e29fd8cb9 [file] [log] [blame]
Akrona3799ce2021-10-15 16:27:30 +02001 - Improve script handling of broken data
2 - Improve handling of unknown header types
3 - Check for valid sigles to avoid broken directories
4 - Introduce exclusivity for inline tokens handling.
Akrona2cb2812021-10-30 10:29:08 +02005 - Use single dash for STDIN.
Marc Kupietzdcd38b32022-01-14 13:23:37 +01006 - Update KorAP-Tokenizer to v2.2.2 (single quote bug fix)
Akrona3799ce2021-10-15 16:27:30 +02007
82.2.0 2021-08-26 Release
Akrond658df72021-02-18 18:58:56 +01009 - Remove unnecessary branch in recursive call
Akrondd0be8f2021-02-18 19:29:41 +010010 - Support inline-structures parameter
Akron26a71522021-02-19 10:27:37 +010011 - Introduce --base-foundry, --data-file, and --header-file parameters
Akron91705d72021-02-19 10:59:45 +010012 - Introduce --tokens-file parameter
Akron75d63142021-02-23 18:40:56 +010013 - Introduce --skip-inline-tokens parameter
Akrond3e1d282021-02-24 14:51:27 +010014 - Minor cleanups and improvements
Akron54c3ff12021-02-25 11:33:37 +010015 - Introduce --skip-inline-tags parameter
Akroneb12e232021-02-25 13:49:50 +010016 - Introduce KorAP::XML::TEI::Inline class
Akron692d17d2021-03-05 13:21:03 +010017 - Introduce --skip-inline-token-annotations parameter
18 - Deprecate KORAPXMLTEI_INLINE environment variable
19 in favor of --skip-inline-token-annotations
Akrond658df72021-02-18 18:58:56 +010020
Akrona3799ce2021-10-15 16:27:30 +0200211.0.0 2021-02-18 Release
Akrond3e1d282021-02-24 14:51:27 +010022 - -s option added that uses sentence boundaries
23 provided by the KorAP tokenizer (-tk)
Marc Kupietza1421f02021-02-18 15:32:38 +010024 - Tokenizer invocation comments removed from KorAP XML output
25 - Indentation of </span> tags fixed
Akrond3e1d282021-02-24 14:51:27 +010026 - Character entities used in DeReKo are automatically
27 replaced by their corresponding characters
Marc Kupietza1421f02021-02-18 15:32:38 +010028 - Resources defined in Makefile
29 - Fixed possible IO deadlock with KorAP tokenizer
Akron4e3c7e32021-02-18 15:19:53 +010030 - Simplified debugging by combining with X::C::T line numbers
Akron1a5271a2021-02-18 13:18:15 +010031 - Support inline-tokens parameter
Akronf8088e62021-02-18 16:18:59 +010032 - Move verbose code documentation to trailing
33 script section
Marc Kupietzeed4cb12021-02-17 19:39:32 +010034
Akronf7084c42021-01-07 10:25:22 +0100350.03 2021-01-12
Marc Kupietzb505d442021-01-06 16:40:29 +010036 - Update KorAP-Tokenizer to released 2.0 version
Akronf7084c42021-01-07 10:25:22 +010037 - Improve test suite for recent version
38 of Mojolicious.
39
Marc Kupietz44b1f252020-11-26 16:31:40 +0100400.02 2020-11-27
Akronf7084c42021-01-07 10:25:22 +010041 - Update KorAP-Tokenizer to v2.0.0.
Akroneaa96232020-10-15 17:06:15 +020042 - Switch input encoding based on XML
43 processing instruction.
Marc Kupietz44b1f252020-11-26 16:31:40 +010044 - Fix handling of UTF-8 in sigles.
Akroneaa96232020-10-15 17:06:15 +020045
Akron0c41ab32020-09-29 07:33:33 +0200460.01 2020-09-28
47 - Initial release to GitHub.