blob: 7116bf3d86878d68b29140004855f9e0f76fc139 [file] [log] [blame]
Marc Kupietz7e4cd6c2022-12-15 18:34:37 +01001 - korapxml2conllu:
2 - handle docid attributes correctly if they are in a different line than their parent element <layer>
3
Marc Kupietz12f64e42022-09-29 08:58:16 +020040.5.0 2022-09-29
5 - korapxml2conllu:
6 - --word2vec|lm-training-data option added to print word2vec input format
7 - --extract-metadata-regex added to extract some metadata values as context input for language model training
8 - by default sentence boundary information is now read from structure.xml files (use --s-bounds-from-morpho otherwise)
9 - use morpho.xml if present when run on base zips
10 - new option -c <columns>
11 - conllu2korapxml:
12 - ignore _-lemmas
13 - handle UDPipe comments
14 - ignore non-interpretable comments
15 - improve error handling for missing text ids and offsets
Marc Kupietzf1fdc192021-10-08 13:29:59 +020016
Marc Kupietza7d90c62021-07-31 23:48:13 +0200170.4.1 2021-07-31
18 - korapxml2conllu: fix patterns not extracted for last texts in archive
19
Marc Kupietz6beca9d2021-07-29 18:26:09 +0200200.4 2021-07-29
Marc Kupietzeb7d06a2021-03-19 16:29:16 +010021 - korapxml2conllu option -e <regex> added to extract element/attributes to comments
Marc Kupietz0ab8a2c2021-03-19 16:21:00 +010022
Marc Kupietz22858f82021-02-15 14:22:05 +0100230.3 2021-02-15
Marc Kupietz79ba1e52021-02-12 17:26:54 +010024 - Provide conllu2korapxml to convert from ConLL-U to KorAP-XML zip
25
Marc Kupietzb96c3862021-02-12 08:33:44 +0100260.2 2021-02-12
Marc Kupietzd8455832021-02-11 17:30:29 +010027 - Convert also KorAP-XML base zips
28
Marc Kupietz396b4d62021-02-12 08:29:35 +0100290.1 2020-09-23
30 - Initial release to GitHub.