Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yuvalpinter/liveqaserverdemo
- Owner: yuvalpinter
- License: mit
- Created: 2015-03-30T07:10:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T18:38:05.000Z (almost 8 years ago)
- Last Synced: 2023-03-01T01:47:21.274Z (over 1 year ago)
- Topics: java, qa, question-answering, shared-task, trec
- Language: Java
- Size: 1.75 MB
- Stars: 12
- Watchers: 4
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LiveQAServerDemo
Version 2.1.0, March 07, 2016Entry 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.