Skip to content

A search engine for parsing and answering plain English questions using NLP techniques.

License

Notifications You must be signed in to change notification settings

pixelchai/AnswerBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnswerBot

A chatbot for answering trivia questions in plain English by searching and parsing data from the internet. More info: https://pixelzerg.github.io/projects/answerbot/

Demonstration

How to Run

Must be using Python 3 (working on 3.6).

  1. Clone this repository
git clone https://github.com/makurell/AnswerBot.git
  1. Install requirements
python -m pip -r requirements.txt
  1. Download SpaCy model (812MB)
python -m spacy download en_core_web_lg
  1. Run
answerbot.py

Legal

PixelZerg, 2018 - github.com/pixelzerg
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

About

A search engine for parsing and answering plain English questions using NLP techniques.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages