Akron | a3799ce | 2021-10-15 16:27:30 +0200 | [diff] [blame] | 1 | - 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. |
Akron | a2cb281 | 2021-10-30 10:29:08 +0200 | [diff] [blame^] | 5 | - Use single dash for STDIN. |
Akron | a3799ce | 2021-10-15 16:27:30 +0200 | [diff] [blame] | 6 | |
| 7 | 2.2.0 2021-08-26 Release |
Akron | d658df7 | 2021-02-18 18:58:56 +0100 | [diff] [blame] | 8 | - Remove unnecessary branch in recursive call |
Akron | dd0be8f | 2021-02-18 19:29:41 +0100 | [diff] [blame] | 9 | - Support inline-structures parameter |
Akron | 26a7152 | 2021-02-19 10:27:37 +0100 | [diff] [blame] | 10 | - Introduce --base-foundry, --data-file, and --header-file parameters |
Akron | 91705d7 | 2021-02-19 10:59:45 +0100 | [diff] [blame] | 11 | - Introduce --tokens-file parameter |
Akron | 75d6314 | 2021-02-23 18:40:56 +0100 | [diff] [blame] | 12 | - Introduce --skip-inline-tokens parameter |
Akron | d3e1d28 | 2021-02-24 14:51:27 +0100 | [diff] [blame] | 13 | - Minor cleanups and improvements |
Akron | 54c3ff1 | 2021-02-25 11:33:37 +0100 | [diff] [blame] | 14 | - Introduce --skip-inline-tags parameter |
Akron | eb12e23 | 2021-02-25 13:49:50 +0100 | [diff] [blame] | 15 | - Introduce KorAP::XML::TEI::Inline class |
Akron | 692d17d | 2021-03-05 13:21:03 +0100 | [diff] [blame] | 16 | - Introduce --skip-inline-token-annotations parameter |
| 17 | - Deprecate KORAPXMLTEI_INLINE environment variable |
| 18 | in favor of --skip-inline-token-annotations |
Akron | d658df7 | 2021-02-18 18:58:56 +0100 | [diff] [blame] | 19 | |
Akron | a3799ce | 2021-10-15 16:27:30 +0200 | [diff] [blame] | 20 | 1.0.0 2021-02-18 Release |
Akron | d3e1d28 | 2021-02-24 14:51:27 +0100 | [diff] [blame] | 21 | - -s option added that uses sentence boundaries |
| 22 | provided by the KorAP tokenizer (-tk) |
Marc Kupietz | a1421f0 | 2021-02-18 15:32:38 +0100 | [diff] [blame] | 23 | - Tokenizer invocation comments removed from KorAP XML output |
| 24 | - Indentation of </span> tags fixed |
Akron | d3e1d28 | 2021-02-24 14:51:27 +0100 | [diff] [blame] | 25 | - Character entities used in DeReKo are automatically |
| 26 | replaced by their corresponding characters |
Marc Kupietz | a1421f0 | 2021-02-18 15:32:38 +0100 | [diff] [blame] | 27 | - Resources defined in Makefile |
| 28 | - Fixed possible IO deadlock with KorAP tokenizer |
Akron | 4e3c7e3 | 2021-02-18 15:19:53 +0100 | [diff] [blame] | 29 | - Simplified debugging by combining with X::C::T line numbers |
Akron | 1a5271a | 2021-02-18 13:18:15 +0100 | [diff] [blame] | 30 | - Support inline-tokens parameter |
Akron | f8088e6 | 2021-02-18 16:18:59 +0100 | [diff] [blame] | 31 | - Move verbose code documentation to trailing |
| 32 | script section |
Marc Kupietz | eed4cb1 | 2021-02-17 19:39:32 +0100 | [diff] [blame] | 33 | |
Akron | f7084c4 | 2021-01-07 10:25:22 +0100 | [diff] [blame] | 34 | 0.03 2021-01-12 |
Marc Kupietz | b505d44 | 2021-01-06 16:40:29 +0100 | [diff] [blame] | 35 | - Update KorAP-Tokenizer to released 2.0 version |
Akron | f7084c4 | 2021-01-07 10:25:22 +0100 | [diff] [blame] | 36 | - Improve test suite for recent version |
| 37 | of Mojolicious. |
| 38 | |
Marc Kupietz | 44b1f25 | 2020-11-26 16:31:40 +0100 | [diff] [blame] | 39 | 0.02 2020-11-27 |
Akron | f7084c4 | 2021-01-07 10:25:22 +0100 | [diff] [blame] | 40 | - Update KorAP-Tokenizer to v2.0.0. |
Akron | eaa9623 | 2020-10-15 17:06:15 +0200 | [diff] [blame] | 41 | - Switch input encoding based on XML |
| 42 | processing instruction. |
Marc Kupietz | 44b1f25 | 2020-11-26 16:31:40 +0100 | [diff] [blame] | 43 | - Fix handling of UTF-8 in sigles. |
Akron | eaa9623 | 2020-10-15 17:06:15 +0200 | [diff] [blame] | 44 | |
Akron | 0c41ab3 | 2020-09-29 07:33:33 +0200 | [diff] [blame] | 45 | 0.01 2020-09-28 |
| 46 | - Initial release to GitHub. |