< Home
Logo

Controller 1.1.5

List
Category Control
Description This module links the inputs and outputs of all modules (template generation modules, disambiguation modules, query generation modules)
and returns final answers of an input question string using an answer generation module embedded in the control module.
This module supports the address configuration of each module and SPARQL endpoints.

The controller 1.1.5 is enhanced version of the initial controller w.r.t. concurrency control and load control.
The capability of load control is achieved by adjusting the number of answers to be returned
by the additional configuration field ("answer_num"). By adjusting the number of answers,
testers can trade off the output time against the output size.
Maintainer jiseong@kaist.ac.kr
Source-code URL https://github.com/hoself74/controller-v1.5
Homepage URL
Web service URL http://ws.okbqa.org:7041/controller
Sample cURL command curl -i -H 'Content-Type: application/json' -X POST -d '_sample_input_' _ws_url_ Test
Sample input
Sample output
List