blob: f9636761a62f24b72ae40402f85ec22132c7e3e5 [file] [log] [blame]
Akronf3efc9e2026-06-03 10:46:37 +020010.7.0 2025-06-03
2 - conllu2korapxml:
3 - Add automatic offset computation from 'text' comments
4 (implemented with AI assistance)
5
Akron249fc832024-06-04 16:36:44 +020060.6.3 2024-06-04
7 - Trim filenames to fix double space after filename metadata
8 - Set permissions of zip contents to 666
9 - Allow different foundries for morpho and dependency annotations
10 - Readme: Drop early stage warning
11 - Drop cherry-pick unfriendly test count prediction
12 - conllu2korapxml:
13 - escape &, <, >
14 - convert upos column to upos features
15
Marc Kupietz6dc97b72024-01-24 13:01:33 +0100160.6.2 2024-01-24
17 - Bump minimal perl version to 5.36 to improve unicode handling.
18 - korapxml2conllu
19 - Use implicit default utf8 encoding instead of explicit de/encodes. Speeds up processing by 10%.
20
Akrone24c9332023-03-22 10:59:33 +0100210.6.1 2023-03-22
22 - conllu2korapxml:
23 - Fix append for filehandle output.
24
Marc Kupietz66bb4952023-01-13 15:04:38 +0100250.6.0 2023-01-13
Marc Kupietz7e4cd6c2022-12-15 18:34:37 +010026 - korapxml2conllu:
Marc Kupietz534df182022-12-16 15:00:30 +010027 - the sigle-pattern option now affects the entire sigle
Marc Kupietz7e4cd6c2022-12-15 18:34:37 +010028 - handle docid attributes correctly if they are in a different line than their parent element <layer>
Akronf2b0bba2022-12-16 18:00:08 +010029 - Improve identification of offset errors
Marc Kupietz7e4cd6c2022-12-15 18:34:37 +010030
Marc Kupietz12f64e42022-09-29 08:58:16 +0200310.5.0 2022-09-29
32 - korapxml2conllu:
33 - --word2vec|lm-training-data option added to print word2vec input format
34 - --extract-metadata-regex added to extract some metadata values as context input for language model training
35 - by default sentence boundary information is now read from structure.xml files (use --s-bounds-from-morpho otherwise)
36 - use morpho.xml if present when run on base zips
37 - new option -c <columns>
38 - conllu2korapxml:
39 - ignore _-lemmas
40 - handle UDPipe comments
41 - ignore non-interpretable comments
42 - improve error handling for missing text ids and offsets
Marc Kupietzf1fdc192021-10-08 13:29:59 +020043
Marc Kupietza7d90c62021-07-31 23:48:13 +0200440.4.1 2021-07-31
45 - korapxml2conllu: fix patterns not extracted for last texts in archive
46
Marc Kupietz6beca9d2021-07-29 18:26:09 +0200470.4 2021-07-29
Marc Kupietzeb7d06a2021-03-19 16:29:16 +010048 - korapxml2conllu option -e <regex> added to extract element/attributes to comments
Marc Kupietz0ab8a2c2021-03-19 16:21:00 +010049
Marc Kupietz22858f82021-02-15 14:22:05 +0100500.3 2021-02-15
Marc Kupietz79ba1e52021-02-12 17:26:54 +010051 - Provide conllu2korapxml to convert from ConLL-U to KorAP-XML zip
52
Marc Kupietzb96c3862021-02-12 08:33:44 +0100530.2 2021-02-12
Marc Kupietzd8455832021-02-11 17:30:29 +010054 - Convert also KorAP-XML base zips
55
Marc Kupietz396b4d62021-02-12 08:29:35 +0100560.1 2020-09-23
57 - Initial release to GitHub.