Skip to content

Building a Natural Language Question & Answer Search Engine with corpus in Python language.

Notifications You must be signed in to change notification settings

isabelleysseric/Question-Answering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Question / Answer System with Wikipedia Corpus
Expert System with Corpus

Expert System with Corpus


Teammates:

  • Isabelle Eysseric
  • Nicolas Garde
  • David Poisson


This program uses Keras to create and use the Deep Learning model.

You can install the necessary environment using conda via the command.

conda create --name <env> --file requirements.txt

or else

conda env create -f environment.yml

How to use it

The program is executed with the command.

python main.py

It is possible to add the argument -n to define the maximum number of documents to return. Example:

python main.py -n 5

It will return the 5 most likely documents to answer the question.

Once the program is executed, a prompt will be displayed where you just have to fill in the question.

To close the prompt and the program, you can enter 'exit' in the prompt.

About

Building a Natural Language Question & Answer Search Engine with corpus in Python language.

Topics

Resources

Stars

Watchers

Forks

Languages