Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Drqa Webui | 82 | 5 years ago | 2 | other | CSS | |||||
DrQA Web UI | ||||||||||
Harvestingqa | 58 | 5 years ago | 2 | |||||||
Acl2016 Supersense Embeddings | 8 | 7 years ago | 1 | apache-2.0 | Python | |||||
Source code, data, and supplementary materials for our ACL 2016 article | ||||||||||
Pears Evaluation | 3 | 7 years ago | mit | Python | ||||||
A repo for the evaluation of the PeARS search engine. | ||||||||||
Wikikreator | 2 | 5 years ago | apache-2.0 | Java | ||||||
ACL paper source code for Wikipedia stub content generator |
DrQA is a PyTorch implementation of the DrQA system described in the ACL 2017 paper Reading Wikipedia to Answer Open-Domain Questions.
This is another way of interacting with DrQA.
DrQA Web UI requires Linux/OSX and Python 3.5 or higher.
pip install -r requirements
)drqa_data_directory
in services\__init__.py
to data directory of DrQAgunicorn --timeout 300 index:app
)Copyright (c) 2018 by Andre Madarang (https://codepen.io/drehimself/pen/KdXwxR)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.