blob: 9a8ad95aec5fd7761440be43fa0aece4eb60e0e0 [file] [log] [blame]
Akrond658df72021-02-18 18:58:56 +01001 - Remove unnecessary branch in recursive call
Akrondd0be8f2021-02-18 19:29:41 +01002 - Support inline-structures parameter
Akron26a71522021-02-19 10:27:37 +01003 - Introduce --base-foundry, --data-file, and --header-file parameters
Akron91705d72021-02-19 10:59:45 +01004 - Introduce --tokens-file parameter
Akron75d63142021-02-23 18:40:56 +01005 - Introduce --skip-inline-tokens parameter
Akrond3e1d282021-02-24 14:51:27 +01006 - Minor cleanups and improvements
Akron54c3ff12021-02-25 11:33:37 +01007 - Introduce --skip-inline-tags parameter
Akroneb12e232021-02-25 13:49:50 +01008 - Introduce KorAP::XML::TEI::Inline class
Akrond658df72021-02-18 18:58:56 +01009
Marc Kupietza1421f02021-02-18 15:32:38 +0100101.00 2021-02-18 Release
Akrond3e1d282021-02-24 14:51:27 +010011 - -s option added that uses sentence boundaries
12 provided by the KorAP tokenizer (-tk)
Marc Kupietza1421f02021-02-18 15:32:38 +010013 - Tokenizer invocation comments removed from KorAP XML output
14 - Indentation of </span> tags fixed
Akrond3e1d282021-02-24 14:51:27 +010015 - Character entities used in DeReKo are automatically
16 replaced by their corresponding characters
Marc Kupietza1421f02021-02-18 15:32:38 +010017 - Resources defined in Makefile
18 - Fixed possible IO deadlock with KorAP tokenizer
Akron4e3c7e32021-02-18 15:19:53 +010019 - Simplified debugging by combining with X::C::T line numbers
Akron1a5271a2021-02-18 13:18:15 +010020 - Support inline-tokens parameter
Akronf8088e62021-02-18 16:18:59 +010021 - Move verbose code documentation to trailing
22 script section
Marc Kupietzeed4cb12021-02-17 19:39:32 +010023
Akronf7084c42021-01-07 10:25:22 +0100240.03 2021-01-12
Marc Kupietzb505d442021-01-06 16:40:29 +010025 - Update KorAP-Tokenizer to released 2.0 version
Akronf7084c42021-01-07 10:25:22 +010026 - Improve test suite for recent version
27 of Mojolicious.
28
Marc Kupietz44b1f252020-11-26 16:31:40 +0100290.02 2020-11-27
Akronf7084c42021-01-07 10:25:22 +010030 - Update KorAP-Tokenizer to v2.0.0.
Akroneaa96232020-10-15 17:06:15 +020031 - Switch input encoding based on XML
32 processing instruction.
Marc Kupietz44b1f252020-11-26 16:31:40 +010033 - Fix handling of UTF-8 in sigles.
Akroneaa96232020-10-15 17:06:15 +020034
Akron0c41ab32020-09-29 07:33:33 +0200350.01 2020-09-28
36 - Initial release to GitHub.