On Tue, 30 Jan 2024 at 07:43, Edmond Chuc <edm...@kurrawong.ai> wrote:

> We are also using it for query rewriting as our main use case. Will be
> interested to hear what kind of query rewriting you're doing. Are you
> mainly performing rewrites for query optimisation?
>


Hi Edward,

Some background info: I am doing query rewriting to add easy fulltext (and
other) searches, where the underlying triplestore either does not have it
supported, or where it might be too cumbersome to configure/install. See:
https://github.com/ISE-FIZKarlsruhe/fizzysearch

This works well, but you need to package up some C-libraries and configure
a separate parser at usage/deployment time. So might consider using your
work instead as it is more self-contained.

But, all that being said,  the tree-sitter DSL is incredibly useful, see:
https://github.com/ISE-FIZKarlsruhe/fizzysearch/blob/main/fizzysearch.py#L26

regards

Etienne

-- 
http://github.com/RDFLib
--- 
You received this message because you are subscribed to the Google Groups 
"rdflib-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rdflib-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rdflib-dev/CAC%3DqKDG0s2166cNFRqgfnMF3uE0Pp3qBn0q1KMwoUxE7aDBS2w%40mail.gmail.com.

Reply via email to