- 7799272 Process ZIPs in sorted order by Marc Kupietz · 14 days ago
- b447a8b Read ZIP contents in parallel by Marc Kupietz · 14 days ago
- 7397838 Add ZIP scanning progressbar by Marc Kupietz · 14 days ago
- e9af1c5 Use inventory instead of watermark by Marc Kupietz · 2 weeks ago
- 327dc6b Krill output: Introduce watermark based output approach by Marc Kupietz · 2 weeks ago
- 7beb4af Introduce incremental-krill by Marc Kupietz · 2 weeks ago
- 9131003 Krill output: Improvements for many texts by Marc Kupietz · 2 weeks ago
- 32d6d6f Escape $ character in krill output by Marc Kupietz · 2 weeks ago
- a723cc0 Fix some metadata by Marc Kupietz · 2 weeks ago
- 4fd32ef Krill output: escape URLs in target refs by Marc Kupietz · 2 weeks ago
- 6d89917 Default destination folder always to . by Marc Kupietz · 2 weeks ago
- f30fd4f Fix more metadata types by Marc Kupietz · 2 weeks ago
- 86b055a Add krill output format by Marc Kupietz · 2 weeks ago
- c6b51e7 Add D/outputDir option by Marc Kupietz · 2 weeks ago
- 95b0fa6 Bump version to v2.20 by Marc Kupietz · 3 weeks ago
- 0aebe74 Switch all to ROOT locale by Marc Kupietz · 3 weeks ago
- 8e281d9 Fix sentence spans in dependency zip output by Marc Kupietz · 3 weeks ago
- 44f2f89 Print target zip name with progressbar by Marc Kupietz · 3 weeks ago
- 5a410be When zip output log to .log files by Marc Kupietz · 3 weeks ago
- cae0970 Fix foundry folder with -f zip by Marc Kupietz · 3 weeks ago
- 4c92944 Fix ConcurrentModificationException with CoNLL-U output by Marc Kupietz · 3 weeks ago
- 1b796a6 Allow zip output for combined pos tagging + dependency parsing by Marc Kupietz · 3 weeks ago
- 4815065 Add -q/--quiet option to suppress progressbar by Marc Kupietz · 3 weeks ago
- b8eb979 Add dependency output to CoNLL-U by Marc Kupietz · 3 weeks ago
- c9fbbfc Make progressbar colorful by Marc Kupietz · 3 weeks ago
- d325e99 Fix: NullPointerException in conlluOutput by Marc Kupietz · 3 weeks ago
- d698f0e Add progressbar and ETA by Marc Kupietz · 3 weeks ago
- 7d2ceef Allow -f zip for -A by Marc Kupietz · 3 weeks ago
- f13fc7b Bump version to 2.01 by Marc Kupietz · 3 weeks ago
- f8f3531 Make -A more stable by Marc Kupietz · 3 weeks ago
- 761d1b7 Bump version to 2.0-beta-02 by Marc Kupietz · 3 weeks ago
- 8d875cc Bump target JDK to 21 by Marc Kupietz · 3 weeks ago
- fc864c0 Fix premature input zip closing with multpile threads by Marc Kupietz · 3 weeks ago
- 58887f5 Fix build warnings by Marc Kupietz · 3 months ago
- 518898d Add more lemma only focused options by Marc Kupietz · 3 months ago
- 613b8cd Turn some exceptions into warnings by Marc Kupietz · 3 months ago
- eb11eac Add lemma option to print lemmas in w2v/now exports by Marc Kupietz · 3 months ago
- a78d021 Add NOW corpus export format by Marc Kupietz · 4 months ago
- 6ac4883 Second attempt to fix thread handling by Marc Kupietz · 6 months ago
- 1523a9a Fix ConcurrentModificationException by Marc Kupietz · 6 months ago
- 54259c0 Warn but don't crash on invalid spans by Marc Kupietz · 10 months ago
- 07c60d3 Rename to korapxmltool by Marc Kupietz · 10 months ago
- e47ff94 Bump version to 2.0-beta-01 by Marc Kupietz · 10 months ago
- 7c3cc56 Add some more error logging for crashed workers by Marc Kupietz · 10 months ago
- ac67369 Use apache commons for creating proper unix style ZIP64 archives by Marc Kupietz · 10 months ago
- f00b1a9 Add KorAP XML zip output for dependency parses by Marc Kupietz · 10 months ago
- 56aa154 Exit with error on KorAP-XML output request for parses by Marc Kupietz · 10 months ago
- 0eb2cac Fix foundry in output zip file name by Marc Kupietz · 10 months ago
- 6005e69 Write KorAP-XML zip directly to a file by Marc Kupietz · 10 months ago
- 7b90c57 Improve finer grained logging by Marc Kupietz · 10 months ago
- 58c245f Bump version to 2.0-alpha-05 by Marc Kupietz · 10 months ago
- e2dadbd Improve stability by Marc Kupietz · 10 months ago
- 47460fc Add -o|--overwrite option by Marc Kupietz · 10 months ago
- f94108d Bump version to 2.0-alpha-04 by Marc Kupietz · 1 year, 2 months ago
- 2e4b3d6 Remove spaces around dependency tags by Marc Kupietz · 1 year, 2 months ago
- a92bacb Add option to write KorAP-XML-ZIP directly by Marc Kupietz · 1 year, 8 months ago
- 564ecab Extract output functions by Marc Kupietz · 1 year, 8 months ago
- 5d5c304 Bump version to 2.0-alpha-03 by Marc Kupietz · 1 year, 8 months ago
- f6276dd Fix handling of non-BMP characters (eg emojis) by Marc Kupietz · 1 year, 8 months ago
- 9da19db Add internal OpenNLP POS tagger by Marc Kupietz · 1 year, 8 months ago
- e3af15b Catch sentence indices out of bounds like in v0 by Marc Kupietz · 1 year, 8 months ago
- 323e93e Increase heap size for tests and fix failing marmot test by Marc Kupietz · 1 year, 8 months ago
- 47b43c3 Allow for multiple zips as arguments by Marc Kupietz · 1 year, 8 months ago
- d55ca0c Fix race condition with metadata extraction by Marc Kupietz · 1 year, 8 months ago
- 94748a6 Filter out comments to avoid parser aborts on illegal -- sequences by Marc Kupietz · 1 year, 8 months ago
- 531fe1a Check sentence index for out of bounds by Marc Kupietz · 1 year, 8 months ago
- 1f54493 Extract annotation classes by Marc Kupietz · 1 year, 8 months ago
- af682a4 Add --parse-with malt:</path/to/model> option by Marc Kupietz · 1 year, 8 months ago
- e674742 Process sequentially if only one thread by Marc Kupietz · 1 year, 8 months ago
- 795a95e Extract processZipEntry by Marc Kupietz · 1 year, 8 months ago
- 8b3fc76 Control number of threads also for for-join-pool by Marc Kupietz · 1 year, 8 months ago
- 58baee7 Bump version to v2.0-alpha-02 by Marc Kupietz · 1 year, 8 months ago
- a6b8197 Add option --tag-with marmot:<path/to/model> by Marc Kupietz · 1 year, 8 months ago
- d8bed67 Process zips in parallel with one tool instance/thread by Marc Kupietz · 1 year, 8 months ago
- 853d5bc Process zips ordered and sequentially by Marc Kupietz · 1 year, 8 months ago
- 0c6e877 Provide a direct bridge to java based annotation tools by Marc Kupietz · 1 year, 8 months ago
- 89609a1 Get more input only if process is alive by Marc Kupietz · 1 year, 8 months ago
- 0f59181 Add missing running threads decrease by Marc Kupietz · 1 year, 8 months ago
- cf8cd2a Add missing colored log formatter by Marc Kupietz · 1 year, 9 months ago
- 01975ef Add our own log colored formatter by Marc Kupietz · 1 year, 9 months ago
- 6181f22 Use coroutines instead of threads for annotation pipes by Marc Kupietz · 1 year, 9 months ago
- 9846920 On parse exceptions log warning and skip text by Marc Kupietz · 1 year, 9 months ago
- 46aaae8 Implement --token-separator option by Marc Kupietz · 1 year, 9 months ago
- b51dfcc Code clean-up by Marc Kupietz · 1 year, 9 months ago
- 2282c99 Fix and rename WorkerPool package by Marc Kupietz · 1 year, 9 months ago
- 282e3ec Implement --extract-attributes-regex by Marc Kupietz · 1 year, 9 months ago
- e0bd4a4 Make hashes class variables by Marc Kupietz · 1 year, 9 months ago
- d47f5a0 Fix closing all worker threads by Marc Kupietz · 1 year, 9 months ago
- 81d0c70 Improve tt <unknown> replacement by Marc Kupietz · 1 year, 9 months ago
- 96b71cf Implement --extract-metadata option by Marc Kupietz · 1 year, 9 months ago
- 611c3f4 Drop space after filename imitation in compat mode by Marc Kupietz · 1 year, 9 months ago
- 4af5ede Print no offsets for empty sentences by Marc Kupietz · 1 year, 9 months ago
- 4d4b0c8 Add option -A to pipe output through annotation tool by Marc Kupietz · 1 year, 9 months ago
- 67b07a6 Update tests by Marc Kupietz · 1 year, 9 months ago
- 119f83d Always use morpho tokens by Marc Kupietz · 1 year, 9 months ago
- 8086e93 Always use the first fs for a token by Marc Kupietz · 1 year, 9 months ago
- 02d87a0 Fix space at w2v output line end by Marc Kupietz · 1 year, 9 months ago
- 1a9b339 Fix typo by Marc Kupietz · 1 year, 9 months ago
- 8518581 Add morpho feature parsing for NKJP by Marc Kupietz · 1 year, 9 months ago
- 5d77236 Add handling of texts without explicit tokeninzation (tokens.xml) by Marc Kupietz · 1 year, 9 months ago