Skip to main content

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


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.4.tar.gz (17.1 kB view hashes)

Uploaded Source

Built Distribution

muheqa-0.0.4-py3-none-any.whl (22.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page