- 664c825 Simplify XML escaping by Akron · 4 years, 2 months ago
- 417ed2f Add proper test for 3384 by Akron · 4 years, 2 months ago
- a10ad59 First attempt to create a primary data collector by Akron · 4 years, 4 months ago
- 41021ab Merge changes Id3fbb94a,Ib43733cf,I992fe374 by Marc Kupietz · 4 years, 2 months ago
- 74ed7f3 Zip data.xml before tokens.xml by Marc Kupietz · 4 years, 3 months ago
- fd0e6a9 Do not escape double quoutes inside raw_text elements by Marc Kupietz · 4 years, 3 months ago
- 1e882fb Add -tk option to use the standard KoAP tokenizer by Marc Kupietz · 4 years, 3 months ago
- 7501ca0 Split out structure parsing by Akron · 4 years, 4 months ago
- 598d1a7 Parse text in separate text body loop (similar to headers) by Akron · 4 years, 4 months ago
- 3bdc0a3 Improve Zipper to support root directory and fix bug in root directory normalization by Akron · 4 years, 4 months ago
- 52dc21b Send <EOT>\n to external tokenizer for separating texts by Marc Kupietz · 4 years, 3 months ago
- 59289de Minor cleanup by Akron · 4 years, 4 months ago
- 19c6c35 Fix bug in comment removal procedure by Akron · 4 years, 4 months ago
- fe1aa54 Support templates in test_tei2korapxml by Akron · 4 years, 4 months ago
- 079f2bd Add utf-8 test for tokenization by Akron · 4 years, 3 months ago
- 3378dfd Use Log::Any script-wide and support log level parameter by Akron · 4 years, 4 months ago
- c112421 Minor improvement of performance by usind index() prior to regex in loops. by Akron · 4 years, 4 months ago
- ec2cef2 Deduplicate header regex normalization by Akron · 4 years, 4 months ago
- ddf1729 Establish global logger object by Akron · 4 years, 4 months ago
- 0eacef7 Simplify inside_tokens_tag handling by Akron · 4 years, 4 months ago
- c57625b Added regression test for structure handling by Akron · 4 years, 4 months ago
- 1c4f220 Localized recursion level in recursive function by Akron · 4 years, 4 months ago
- 044bd92 Introduce test object and simplified script testing by Akron · 4 years, 4 months ago
- 54e363c Improve i5 template testing by Akron · 4 years, 4 months ago
- 09e0b2c Establish collection object for token annotations by Akron · 4 years, 4 months ago
- e68ec0c Test and benchmark conversion of inline annotations by Akron · 4 years, 4 months ago
- 0465e9e Add exportable XML escape function by Akron · 4 years, 4 months ago
- 1c5ce15 change utf8_encode and utf8_decode by Peter Harders · 4 years, 4 months ago
- 6d07f0e Merge "Fix and extend documentation" by Akron · 4 years, 4 months ago
- edee6e5 Make tokenization chainable and remove unnecessary tokenization switch by Akron · 4 years, 4 months ago
- e19aa3e Replace wrong line counting with $. by Akron · 4 years, 4 months ago
- 4d1899f Merge "Establish header object for corpus, doc and text header parsing" by Akron · 4 years, 4 months ago
- f57ed81 Establish header object for corpus, doc and text header parsing by Akron · 4 years, 4 months ago
- 42e18a6 allow to specify both tokenizations (extern and intern) by Peter Harders · 4 years, 4 months ago
- 4e603a5 Fix and extend documentation by Akron · 4 years, 4 months ago
- 190d022 Improve utf-8-preprocessing for tokenizers by Akron · 4 years, 4 months ago
- 994aff7 faster processing of UTF8-chars by Peter Harders · 4 years, 4 months ago
- 854a115 bugfixing Conservative.pm by Peter Harders · 4 years, 4 months ago
- 1d65f94 extend tests for wikipedia.txt in t/tokenization.t by Peter Harders · 4 years, 4 months ago
- 5fb5e8d Simplify and centralize temporary file creation by Akron · 4 years, 4 months ago
- f9c5124 parametrize internal tokenization by Peter Harders · 4 years, 4 months ago
- b122717 clean up intern tokenization by Peter Harders · 4 years, 4 months ago
- 4c6ff5b Merge "Bugfix: intern tokenization" by Peter Harders · 4 years, 4 months ago
- 57c884e remove temp. files from tests per default by Peter Harders · 4 years, 4 months ago
- 71f072b Bugfix: intern tokenization by Peter Harders · 4 years, 4 months ago
- 41c3562 changed comments, variable- and function-name(s) by Peter Harders · 4 years, 5 months ago
- c3dabd9 Merge "Remove the call for select_tokenization as it needlessly doubles the tokenizer check" by Peter Harders · 4 years, 5 months ago
- 997e940 Remove the call for select_tokenization as it needlessly doubles the tokenizer check by Akron · 4 years, 5 months ago
- 95bc98a Rename delHTMLcom to be in line with other naming conventions and make the function exportable by Akron · 4 years, 5 months ago
- 8b511f9 Establish tokenizer object for external base tokenization by Akron · 4 years, 5 months ago
- d962747 Establish tokenizer objects for aggressive and conservative base tokenization by Akron · 4 years, 5 months ago
- 95612c3 Merge "Improve manpage" by Akron · 4 years, 5 months ago
- 8571751 Create Zip-Factory for simpler handling of Zip streams by Akron · 4 years, 5 months ago
- 3479082 Simplify conservative tokenization code by Akron · 4 years, 5 months ago
- ee434b1 Improve manpage by Akron · 4 years, 5 months ago
- 510a88c Minor speedup in tokenization by merging array pushes by Akron · 4 years, 5 months ago
- eac374d Separate dummy tokenization from main script with minimal changes by Akron · 4 years, 5 months ago
- 7fab93b Replace recursion and non-essential regexes with index/substr by Akron · 4 years, 5 months ago
- 2d547bc Fix a bug in delHTMLcom where comments were left open by Akron · 4 years, 5 months ago
- 5ca6efc Merge "Atomize and test comment stripping" by Akron · 4 years, 5 months ago
- 4f67cd4 Atomize and test comment stripping by Akron · 4 years, 5 months ago
- e913908 added tagged version of test-file goe_sample by Peter Harders · 4 years, 5 months ago
- 9015734 fixed: segfaulting of XML::LibXML::Reader by Peter Harders · 4 years, 5 months ago
- 6f526a3 rework: formatting, variablenames, comments, ... by Peter Harders · 4 years, 5 months ago
- aa229a2 Add simple benchmark script by Akron · 4 years, 9 months ago
- 7c2505d Use Test::XML::Loy instead of Test::XML::Simple for performance reasons by Akron · 4 years, 5 months ago
- d949e18 Introduce POD documentation and add license file by Akron · 4 years, 9 months ago
- d89ef82 Use Test::XML::Loy instead of Test::XML::Simple for performance reasons by Akron · 4 years, 9 months ago
- 6896608 Added processing tests for example corpus by Akron · 4 years, 10 months ago
- 2a60c53 Added processing tests for example corpus by Akron · 4 years, 10 months ago
- 9cb1394 Improve portability of shebang by Akron · 4 years, 10 months ago
- 7025713 Fix in 1st call of 'IO::Compress::Zip': 'Append => 0' by Peter Harders · 4 years, 10 months ago
- 3281234 added sample file for testing by Peter Harders · 4 years, 10 months ago
- 797e807 Added initial script test by Akron · 4 years, 10 months ago
- dd3f47f Add Makefile by Akron · 4 years, 10 months ago
- d892a58 init. vers. tei2korapxml (former: dereko2korapxml) by Peter Harders · 4 years, 10 months ago
- 5ffc377 Initial commit by Akron · 4 years, 10 months ago