Skip to content

This repository contains simple question answering system which is working on top of knowledge base

Notifications You must be signed in to change notification settings

Perevalov/kb-qa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KB-QA (Knowledge base Question-Answering)

This repository contains simple question answering system which is working on top of knowledge base

Project set up

Navigate to project folder and run following commands in the terminal:

pip install -r requirements.txt

python -m spacy download en_core_web_sm --default-timeout=50000

Note: Sometimes spacy has download issues. Therefore, increasing the timeout is recommended.

Status of the project

Currently system can answer only questions related to intent "How many people live in X?" (where X is a city name). To be extended ...

About

This repository contains simple question answering system which is working on top of knowledge base

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published