Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuvalpinter/liveqaserverdemo

Demo server for TREC LiveQA competition
https://github.com/yuvalpinter/liveqaserverdemo

java qa question-answering shared-task trec

Last synced: 10 days ago
JSON representation

Demo server for TREC LiveQA competition

Awesome Lists containing this project

README

        

# LiveQAServerDemo
Version 2.1.0, March 07, 2016

Entry point: `org.trec.liveqa.TrecLiveQaDemoServer`.

To implement your own server, extending this class and overriding its `getAnswerAndResourcesAndSummaries()` method should suffice.

For comments and questions regarding code and implementation: [[email protected]](mailto:[email protected])

3rd party open source code included in this project: NanoHTTPD (BSD license).

Libraries required for build: jsoup 1.8.1, apache commons httpclient 3.1

Code licensed under the MIT license. See LICENSE file for terms.