Re: [basex-talk] BaseX: Use and Error Questions

2019-06-20 Thread Christian Grün
Hi Jordan, So that must have been the reason. If you use the GUI, you’ll need to avoid parallel requests on opened databases because there will be no synchronization between these instances (see [1] for more details). You can run your script inside the GUI; maybe that solves your problems. Cheer

Re: [basex-talk] BaseX: Use and Error Questions

2019-06-20 Thread Christian Grün
Hi Jordan, The way you proceeded looks ok to me. Some questions: 1. Did you run any operations in parallel while the script was running (such as checking the progress of the script via the GUI or another CLI instance)? 2. Does the problem always occur after the same ADD operation in your script?

Re: [basex-talk] Hyphenation with XQuery

2019-06-20 Thread Zimmel, Daniel
Yes, I think this could be fun. Or perhaps not. Either way, for my use case, for hyphenation analysis I can do a query to an API, but it just feels wrong not doing this in XQuery ;-) > -Ursprüngliche Nachricht- > Von: Christian Grün [mailto:christian.gr...@gmail.com] > Gesendet: Mittwoc