From 25b297a12752b2b37a94b7840cf85918400aaab2 Mon Sep 17 00:00:00 2001 From: Dennis Schiese <135758800+dschiese@users.noreply.github.com> Date: Tue, 20 Feb 2024 17:14:38 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0093ce3..3c7d7f7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Input data storagizer +# Input data storage -This service is created for the qanary-explanations-service. It's used to read the Qanary component's logs and write them to a triplestore. +This service is created for the qanary-explanations-service. It reads the Qanary component's logs and writes them to a triplestore. ## Usage -This service is used with the included Qanary-components repository as a submodule as it's path is hard-coded yet. -To use this tool it is also required to use the Qanary-commons version provided in since this includes the log-writing to files. +This service is used with the included Qanary-components repository as a submodule as its path is hard-coded yet. +To use this tool it is also required to use an adjusted QanaryTripleStoreConnector file, which is mentioned [here](https://github.com/dschiese/Qanary/commit/0bfbad4f5b0466a2a674a918f51f8439d0179de1) since this includes the log-writing to files. ## Prequisteries @@ -18,4 +18,4 @@ The service finds the paths to the local components where the log files are stor ?annotationType ex:hasInputQuery ?inputQuery ``` -Afterwards this data can be fetched to receive component, annotationType and the query. Within the qanary-explanation-service this data can be used to create explanation for input data. +Afterwards this data can be fetched to receive component, annotationType, and the query. Within the qanary-explanation-service this data can be used to create explanations for input data.