Replies: 2 comments 4 replies
-
|
Hi @otichy, thanks for using Annimate and for the ideas! I really appreciate the feedback about practical use cases. 🙂 To address your points: Query lengthThe character limit is to prevent crashes due to stack overflows in the underlying graphANNIS library when dealing with very complex queries, so it cannot just be turned off. However, I could increase the stack size and with it the maximal query length and/or use a smarter way to estimate the complexity than just the length. Could you provide examples for
Node/variable nameThis information is currently not available to Annimate because it's not exposed by graphANNIS. This is, in fact, the reason why for "OR" queries you can only select groups of query nodes such as However, if I understand you correctly, this grouped selection is actually what you need, and you're just missing the information which alternative in the query applied for each match. Or do you need the node name to later filter the list (i.e., throw out everything where the node name isn't "WORK") because you would have preferred selecting only the "WORK" node, but couldn't? Here an example use case/query would help a lot as well. I'll see if I can contribute a feature upstream to graphANNIS that will make the necessary info available, so Annimate can then export the node name. Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
@otichy I just released version 1.8.1 with improved support for longer queries:
This should solve your first point. Please test it and let me know if it works for you. The second point (exporting query node names) is still open. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I love your tool and I have two ideas that would really help in my use case, where I use queries with complex regexps and a lot of OR operators.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions