From 2ca16bdaa9389c448fba28bbf5e453eef1e197f0 Mon Sep 17 00:00:00 2001 From: Nick Molcanov <32801560+nck-mlcnv@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:05:25 +0100 Subject: [PATCH] Finalize language_processor.md --- docs_new/configuration/language_processor.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs_new/configuration/language_processor.md b/docs_new/configuration/language_processor.md index 3bfb725a..f3fae630 100644 --- a/docs_new/configuration/language_processor.md +++ b/docs_new/configuration/language_processor.md @@ -11,4 +11,5 @@ Currently only the `SaxSparqlJsonResultCountingParser` language processor is sup ## SaxSparqlJsonResultCountingParser The `SaxSparqlJsonResultCountingParser` is a language processor used to extract simple information from the responses of SPARQL endpoints that are in the `application/sparql-results+json` format. -It counts the number of results, the number of variables, and the number of bindings in the response body. +It counts the number of results, the number of variables, +and the number of bindings from the response of a `SELECT` or `ASK` query.