Skip to content

Commit

Permalink
Finalize language_processor.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Mar 20, 2024
1 parent f9ff2be commit 2ca16bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs_new/configuration/language_processor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 2ca16bd

Please sign in to comment.