Thorsten Vitt
Thorsten Vitt
The XQuery lexer considered non-ascii characters in names and literal XML elements / attributes as errors. This pull request resolves the "fix unicode later" comments in the original source.
When using `p:try` inside a `p:for-each` iteration, the error document at the `catch` step's `error` port also contains the errors caught in all previous iterations – I'd expect only the...
This forces all built binaries to be statically linked. Fixes #579, #580
The DKPro wrapper automatically downloads models depending on your configuration using ivy, which caches them in `$HOME/.ivy2/cache`. This might cause issues with parallelization: if you plan to run multiple DKPro...
DKPro-Wrapper based notebook requires dkprowrapper & has its path hard-coded
As far as I understand from digging through the XQuery specification, the initial context item declared with [`declare context item`](https://www.w3.org/TR/xquery-31/#id-context-item-declarations) should be a singleton. At least, when declaring a static...
dist-upgrade, which was the hard-coded option, is allowed to remove packages in order to resolve dependency conflicts. This might cause quite a mess ... it is left as the default,...
The implementation uses Python's built-in escaping to escape characters in text content. For attributes, it will also escape quotes if there is no way to express the attribute without escaping...