-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsed query in the result #7
Comments
@pyvandenbussche normally for the question "What is the namespace of dcterms"?, [vocab] refers to the prefix of a vocabulary in LOV, created with a POS. So consider [vocab] as a prefix used in LOV. |
It does indeed refer to prefix in a POS but in LOV frontend I don't know that. If I parse the sentence then basically there is no need to use QA :) |
Now it should be possible to see the query in the input. Do a ckeckout of the update. |
I use directly main.py (not goign through app.py) |
Since quepy is parsing the query e.g. "What is the namespace of dcterms?"
is it possible to return the parsed query so I would know "dcterms" refered to the prefix of a vocabulary? In that case I could add more interaction such as "See more information about dcterms" pointing to the vocabulary?
This would make the interaction and ultimately the QA a new way to navigate ...
The text was updated successfully, but these errors were encountered: