WDAqua / Qanary-question-answering-components

Qanary-question-answering-components
20 stars 15 forks source link

Normalize query in LD Shuyo #340

Closed heinpa closed 8 months ago

heinpa commented 8 months ago

Use a query template that is defined in the Qanary commons package, and remove the query template that was locally defined for this component.

Change the binding variables to fit the new template.

Add a unit test for setLanguageText() to test the creation of INSERT queries and updates to the triplestore.

anbo-de commented 8 months ago

@heinpa Thank you.