blob: 191d0672a0f77e39da9f507ba29bf70de5f7c19f [file] [log] [blame]
Akron6b1f26b2024-09-19 11:35:32 +020012.6.0 2024-09-19
Akron132bdeb2024-06-06 14:28:56 +02002 - Add -o parameter.
Akron6b1f26b2024-09-19 11:35:32 +02003 - Add support for inline dependency relations.
Akron132bdeb2024-06-06 14:28:56 +02004
Akron6b1f26b2024-09-19 11:35:32 +020052.5.0 2024-01-24
Akron568b22f2024-01-23 10:12:34 +01006 - Upgrade minimal Perl version to 5.36 to improve
7 unicode handling.
8 - Upgrade KorAP-Tokenizer to v2.2.5 and Java to 17 to
9 improve unicode handling.
10
Akronec503252023-04-24 18:03:17 +0200112.4.4 2023-04-25
12 - Allow line-breaks in text only lines.
13
Akron72f4a882023-03-02 09:48:14 +0100142.4.3 2023-03-02
15 - Allow closing elements to start with "text".
16
Akron997aa222023-02-10 11:26:28 +0100172.4.2 2023-02-10
18 - Improve checks for numerical annotation bounds.
19
Akronfcff7342023-02-07 14:05:15 +0100202.4.1 2023-02-07
21 - Fix test.
22
Akronfc2a82a2023-02-07 11:29:11 +0100232.4.0 2023-02-07
Marc Kupietza671ae52022-12-22 16:28:14 +010024 - Conversion of standard TEI P5 should now work, at least
25 in some cases.
26 - Option --xmlid-to-textsigle <from-regex>@<to-c/to-d/to-t>
27 added to convert standard P5 text id attributes to I5
28 sigles with three parts.
Akronb93fabb2023-01-13 12:05:44 +010029 - Add --no-tokenizer parameter as a requirement
30 for relying on inline tokens only.
Marc Kupietza671ae52022-12-22 16:28:14 +010031
Akron2520a342022-03-29 18:18:05 +0200322.3.4 2022-11-09
Akron85269c02022-11-07 14:03:31 +010033 - Improve stability of XML entity replacement.
Akron2520a342022-03-29 18:18:05 +020034 - Check version for script and KorAP-Tokenizer
35 library when requested.
Akron85269c02022-11-07 14:03:31 +010036
Akron2520a342022-03-29 18:18:05 +0200372.3.3 2022-03-30
Akronbd4281e2022-03-28 08:31:40 +020038 - Load KorAP-Tokenizer only on request.
39
Akrond708a612022-03-21 16:00:01 +0100402.3.2 2022-03-23
Akron540fd622022-03-21 18:20:05 +010041 - Do not reference metadata.xml
Akrond708a612022-03-21 16:00:01 +010042 - Remove schema references from header files.
Akron4ee372a2022-02-24 17:54:24 +010043 - Improve test suite for unability to use
44 KorAP-Tokenizer.
Akron540fd622022-03-21 18:20:05 +010045
Marc Kupietz0bca4f12022-01-14 13:24:22 +0100462.3.1 2022-01-14 Release
Akrona3799ce2021-10-15 16:27:30 +020047 - Improve script handling of broken data
48 - Improve handling of unknown header types
49 - Check for valid sigles to avoid broken directories
50 - Introduce exclusivity for inline tokens handling.
Akrona2cb2812021-10-30 10:29:08 +020051 - Use single dash for STDIN.
Marc Kupietz0bca4f12022-01-14 13:24:22 +010052 - Update KorAP-Tokenizer to v2.2.2 (single quote, "du." bug fixes)
Akrona3799ce2021-10-15 16:27:30 +020053
542.2.0 2021-08-26 Release
Akrond658df72021-02-18 18:58:56 +010055 - Remove unnecessary branch in recursive call
Akrondd0be8f2021-02-18 19:29:41 +010056 - Support inline-structures parameter
Akron26a71522021-02-19 10:27:37 +010057 - Introduce --base-foundry, --data-file, and --header-file parameters
Akron91705d72021-02-19 10:59:45 +010058 - Introduce --tokens-file parameter
Akron75d63142021-02-23 18:40:56 +010059 - Introduce --skip-inline-tokens parameter
Akrond3e1d282021-02-24 14:51:27 +010060 - Minor cleanups and improvements
Akron54c3ff12021-02-25 11:33:37 +010061 - Introduce --skip-inline-tags parameter
Akroneb12e232021-02-25 13:49:50 +010062 - Introduce KorAP::XML::TEI::Inline class
Akron692d17d2021-03-05 13:21:03 +010063 - Introduce --skip-inline-token-annotations parameter
64 - Deprecate KORAPXMLTEI_INLINE environment variable
65 in favor of --skip-inline-token-annotations
Akrond658df72021-02-18 18:58:56 +010066
Akrona3799ce2021-10-15 16:27:30 +0200671.0.0 2021-02-18 Release
Akrond3e1d282021-02-24 14:51:27 +010068 - -s option added that uses sentence boundaries
69 provided by the KorAP tokenizer (-tk)
Marc Kupietza1421f02021-02-18 15:32:38 +010070 - Tokenizer invocation comments removed from KorAP XML output
71 - Indentation of </span> tags fixed
Akrond3e1d282021-02-24 14:51:27 +010072 - Character entities used in DeReKo are automatically
73 replaced by their corresponding characters
Marc Kupietza1421f02021-02-18 15:32:38 +010074 - Resources defined in Makefile
75 - Fixed possible IO deadlock with KorAP tokenizer
Akron4e3c7e32021-02-18 15:19:53 +010076 - Simplified debugging by combining with X::C::T line numbers
Akron1a5271a2021-02-18 13:18:15 +010077 - Support inline-tokens parameter
Akronf8088e62021-02-18 16:18:59 +010078 - Move verbose code documentation to trailing
79 script section
Marc Kupietzeed4cb12021-02-17 19:39:32 +010080
Akronf7084c42021-01-07 10:25:22 +0100810.03 2021-01-12
Marc Kupietzb505d442021-01-06 16:40:29 +010082 - Update KorAP-Tokenizer to released 2.0 version
Akronf7084c42021-01-07 10:25:22 +010083 - Improve test suite for recent version
84 of Mojolicious.
85
Marc Kupietz44b1f252020-11-26 16:31:40 +0100860.02 2020-11-27
Akronf7084c42021-01-07 10:25:22 +010087 - Update KorAP-Tokenizer to v2.0.0.
Akroneaa96232020-10-15 17:06:15 +020088 - Switch input encoding based on XML
89 processing instruction.
Marc Kupietz44b1f252020-11-26 16:31:40 +010090 - Fix handling of UTF-8 in sigles.
Akroneaa96232020-10-15 17:06:15 +020091
Akron0c41ab32020-09-29 07:33:33 +0200920.01 2020-09-28
93 - Initial release to GitHub.