1. 2ec7f9f Add GitHub workflows by Marc Kupietz · 3 days ago
  2. 7326bd0 Add prerequisites to Readme.md by Marc Kupietz · 3 days ago
  3. 559f273 Fix deprecation warning by Marc Kupietz · 3 days ago
  4. 19ea3aa Fix K2K-env var tests by Marc Kupietz · 3 days ago
  5. 72d4c08 Prepare for GitHub release by Marc Kupietz · 3 days ago
  6. b29a4a6 Add tests for K2K_PUBLISHER_STRING,K2K_TRANSLATOR_TEXT by Marc Kupietz · 3 days ago
  7. 0dbc6bd Fix wrong text count by Marc Kupietz · 4 days ago
  8. 1aa738f Fix missing header metadata by Marc Kupietz · 4 days ago
  9. 89625ba Scan zips only once by Marc Kupietz · 4 days ago
  10. 6d043de Compress whill queueing krill output by Marc Kupietz · 4 days ago
  11. da83eec Improve fairness of watermark scheduler by Marc Kupietz · 4 days ago
  12. 4c4470a Don't wait for text that are already emitted to krill.tar by Marc Kupietz · 4 days ago
  13. 803394d Calculate defaults for heap and threads adaptively by Marc Kupietz · 4 days ago
  14. bc7e301 Fix filename comment in korapxml2conllu by Marc Kupietz · 4 days ago
  15. 81bd722 Fix threadId deprecation warning by Marc Kupietz · 5 days ago
  16. 2a3223d Enable parallel test execution by Marc Kupietz · 5 days ago
  17. 9a52367 Split tests by Marc Kupietz · 5 days ago
  18. a2c3398 Add conllu2korapxml part by Marc Kupietz · 5 days ago
  19. cec4101 Add korapxml2conllu shortcut by Marc Kupietz · 5 days ago
  20. 481643b Add korapxml2krill shortcut by Marc Kupietz · 5 days ago
  21. e5ff4ea Check if input zips exist before doing any processing by Marc Kupietz · 5 days ago
  22. afd2c2e Update Readme.md to reflect now command line options by Marc Kupietz · 5 days ago
  23. 954d40d Overhaul and standardize command line options by Marc Kupietz · 5 days ago
  24. 7b3a16e Process data, structure and constituency with DOM by Marc Kupietz · 6 days ago
  25. d552017 Switch to StAX XML parser by Marc Kupietz · 6 days ago
  26. 8749d1a Fix ZIP scanning by Marc Kupietz · 6 days ago
  27. 9708a40 Fix ConcurrentModificationException by Marc Kupietz · 6 days ago
  28. 5b34af1 Switch back to standard gzip output by Marc Kupietz · 6 days ago
  29. d335fe9 Use thread pool for gzipping krill output by Marc Kupietz · 6 days ago
  30. af39ebe Disable expensive XML security features by Marc Kupietz · 6 days ago
  31. 5b16f65 Use thread local document builders in krill output by Marc Kupietz · 6 days ago
  32. d4c6bd5 Add --lz4 option for krill output by Marc Kupietz · 7 days ago
  33. acb21e3 Switch to GZIP compression level 1 by Marc Kupietz · 7 days ago
  34. ec64582 Extract KrillJsonGenerator by Marc Kupietz · 7 days ago
  35. ed5e6d1 Extract KorAP XML output to own module by Marc Kupietz · 7 days ago
  36. 7841ec1 Extract CoNNL-U formatter to own module by Marc Kupietz · 7 days ago
  37. 4cad9dc Extract some formatters by Marc Kupietz · 7 days ago
  38. 1774c7d Add defaults for tagger and parser models by Marc Kupietz · 7 days ago
  39. 05d3bbb Make executable executable for everybody by Marc Kupietz · 7 days ago
  40. bab5d7e Default KORAPXMLTOOL_MODELS_PATH to ${SCRIPT_DIR}/../lib/models by Marc Kupietz · 7 days ago
  41. afcc766 Improve examples in Readme and help by Marc Kupietz · 7 days ago
  42. 1e405bf Fix tests with working -D for zip output by Marc Kupietz · 7 days ago
  43. 634e9b3 Fix malt examples by Marc Kupietz · 7 days ago
  44. e19a016 Fix -D and overwrite with zip output by Marc Kupietz · 7 days ago
  45. df14956 CI: Downgrade compile JDK to 21 by Marc Kupietz · 7 days ago
  46. b4b5768 Introduce env variable KORAPXMLTOOL_MODELS_PATH by Marc Kupietz · 7 days ago
  47. 570d0e0 KORAPXMLTOOL_XMX_MB -> KORAPXMLTOOL_XMX by Marc Kupietz · 7 days ago
  48. a995ba8 Update Readme.md and help examples by Marc Kupietz · 7 days ago
  49. 1869f50 Put executable into build/bin by Marc Kupietz · 8 days ago
  50. 17126e2 CI: export also executable by Marc Kupietz · 8 days ago
  51. d8549e4 Fix XML APIs relocation warnings (CoreNLP needs an old version) by Marc Kupietz · 8 days ago
  52. f0f4d43 Krill output: introduce month-aware sorting by Marc Kupietz · 8 days ago
  53. c076b59 Remove deprecated ZipFile constructors by Marc Kupietz · 8 days ago
  54. 02cd8bf Improve shebang script by Marc Kupietz · 8 days ago
  55. b00b73f Bump version to v2.99 by Marc Kupietz · 8 days ago
  56. fbfcd04 Auto create shebang executable by Marc Kupietz · 8 days ago
  57. 92187a1 Add rough constituency parse also as conllu output comment by Marc Kupietz · 8 days ago
  58. 38d3ca3 Add corenlp and krill output support to Readme.md by Marc Kupietz · 8 days ago
  59. f846bcb Add constituency parsing test by Marc Kupietz · 8 days ago
  60. 6cb3f27 Fix constituency parsing by Marc Kupietz · 9 days ago
  61. 319f3d5 Only add parser foundry if it's different from tagger foundry by Marc Kupietz · 9 days ago
  62. a4600e2 Respect target dir also with zip output by Marc Kupietz · 9 days ago
  63. ddea0c0 Add support for CoreNLP SR parser and fast tagger by Marc Kupietz · 9 days ago
  64. 8fab8fc Make foundry names more general by Marc Kupietz · 9 days ago
  65. 72b3fee Test that annotations are processed ordered by Marc Kupietz · 9 days ago
  66. 0b0bde8 Speed up Krill output tests by only processing once by Marc Kupietz · 9 days ago
  67. 09d45b7 Fix mixed foundry detection by Marc Kupietz · 10 days ago
  68. 4d704a3 Switch to XML parsing by Marc Kupietz · 11 days ago
  69. 9d2c64e Neutralize identifiers for constituency and sentence annotations by Marc Kupietz · 11 days ago
  70. bf622e9 Add constituencies and non base sentences to krill output by Marc Kupietz · 11 days ago
  71. f1d1e7f Fix escaping of $ and # by Marc Kupietz · 11 days ago
  72. 33ca8f1 Update .gitignore by Marc Kupietz · 11 days ago
  73. 16b4ccb Add --non-word-token option and change default by Marc Kupietz · 11 days ago
  74. ccce9d6 Fix progress bar to show output filename instead of generic label by Marc Kupietz · 12 days ago
  75. 82b4b64 Re-enable conditional incremental output for multi-text corpora by Marc Kupietz · 13 days ago
  76. f5e0d2d Clean up debug logging after confirming dependency fix by Marc Kupietz · 13 days ago
  77. fb0862b Fix scheduler termination and temporarily disable incremental output by Marc Kupietz · 13 days ago
  78. 0df533a Fix missing base/s by Marc Kupietz · 13 days ago
  79. ac82228 Escape hashes by Marc Kupietz · 13 days ago
  80. 782b3fe Free memory after tar push by Marc Kupietz · 13 days ago
  81. e1594dc Log file contents more precisely by Marc Kupietz · 13 days ago
  82. 89adf73 Redirect logs earlier by Marc Kupietz · 13 days ago
  83. ea048ff Make incremental krill the only operation mode by Marc Kupietz · 13 days ago
  84. 899f233 Krill: log to file by Marc Kupietz · 13 days ago
  85. 1dd505f Fix NPE by Marc Kupietz · 13 days ago
  86. 32f15f1 Make sure alle entries are processed in sorted order by Marc Kupietz · 13 days ago
  87. 5c14247 Switch to priority based scheduling by Marc Kupietz · 13 days ago
  88. e706b8c Improve logging by Marc Kupietz · 14 days ago
  89. f7e06c2 Do not close tar stream before we are finished by Marc Kupietz · 14 days ago
  90. 7799272 Process ZIPs in sorted order by Marc Kupietz · 14 days ago
  91. b447a8b Read ZIP contents in parallel by Marc Kupietz · 14 days ago
  92. 7397838 Add ZIP scanning progressbar by Marc Kupietz · 14 days ago
  93. e9af1c5 Use inventory instead of watermark by Marc Kupietz · 14 days ago
  94. 327dc6b Krill output: Introduce watermark based output approach by Marc Kupietz · 2 weeks ago
  95. 7beb4af Introduce incremental-krill by Marc Kupietz · 2 weeks ago
  96. 9131003 Krill output: Improvements for many texts by Marc Kupietz · 2 weeks ago
  97. 32d6d6f Escape $ character in krill output by Marc Kupietz · 2 weeks ago
  98. a723cc0 Fix some metadata by Marc Kupietz · 2 weeks ago
  99. 4fd32ef Krill output: escape URLs in target refs by Marc Kupietz · 2 weeks ago
  100. 6d89917 Default destination folder always to . by Marc Kupietz · 2 weeks ago