Multiple and Heterogeneous Question-Answering
Project description
Multiple and Heterogeneous Question-Answering (MuHeQA) system
Quick Start!
Install the muheqa
package:
pip install muheqa
Create a new connection to Wikidata, or DBpedia, or D4C (Drugs4Covid). The first time it may take a few minutes to download the required models:
import muheqa.connector as mhqa
wikidata = mhqa.connect(wikidata=True)
And finally, make a question in natural language!:
response = wikidata.query("Who is the father of Barack Obama")
print("Response:",response)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
muheqa-0.0.10.tar.gz
(17.9 kB
view details)
Built Distribution
muheqa-0.0.10-py3-none-any.whl
(23.5 kB
view details)
File details
Details for the file muheqa-0.0.10.tar.gz
.
File metadata
- Download URL: muheqa-0.0.10.tar.gz
- Upload date:
- Size: 17.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5047c89f45e5d5e80467cb7d9d01e6cb5fa5aea88754a8ff9dc585a79cf081fa |
|
MD5 | 48eee70e6851fbece86062c4f86ba3b1 |
|
BLAKE2b-256 | bd44b38109967920f3a76c61fdb45dc1083c20c69de10768cdc03c9b9a7fa914 |
File details
Details for the file muheqa-0.0.10-py3-none-any.whl
.
File metadata
- Download URL: muheqa-0.0.10-py3-none-any.whl
- Upload date:
- Size: 23.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7eee07501ca2dbbb320f65afb03b9d17873e3e8e89fc58ab10672bbb902177c |
|
MD5 | baa9a290819a8a0d1f6ea0df5dcd9b93 |
|
BLAKE2b-256 | 0eafa98540fd5e8a793d1d06c9fc45ef76af409fc63297a21a29d10331b50d95 |