Code Monkey home page Code Monkey logo

inquire's Introduction

inquire

Inquire is a simple factoid question answering system written in Python. You ask a question and Inquire will try to answer it. This is still a work in progress, and the system currently only knows how to answer a few types of questions. Currently the system performs best with questions about people and places (e.g., "Who was the third Prime Minister of Canada?" or "What is the capital of Bangladesh?").

Inquire consists of three main components:

  • Classification: attempts to classify the question as one of 50 classes. This information is used to determine which answer extractor module to use. In the future it will also be used to choose different document retrieval strategies.
  • Retrieval: gets documents from the internet that may contain the answer to our question. Currently this is using the Bing web search API, but in the future it will also have the ability to get data from more structured sources (e.g., DBPedia).
  • Extraction: implements strategies for getting answers out of candidate documents. This package dynamically loads the appropriate module based on the given question class. This is where the majority of the improvements can be made to the system.

inquire's People

Contributors

jcelliott avatar

Stargazers

Lubomir Anastasov avatar 417 avatar Akash (Sathya) Kothapalli avatar Taehun Kim avatar Jawahar S avatar György Orosz avatar yoshimoto koki avatar Andrey O avatar  avatar Amirhossein Aleyasen avatar Brian Zhao avatar  avatar Leandro Luciani Tavares avatar Khushmeet Singh avatar Max De Marzi avatar yuanke avatar Mikhail Trofimov avatar Chawye Hsu avatar Christopher Ahern avatar Hady Mahmoud avatar rajan avatar Sirin Saygili avatar  avatar Josue Balandrano Coronel avatar

Watchers

James Cloos avatar  avatar Josue Balandrano Coronel avatar Rizwan avatar

inquire's Issues

how to run the app

Hi,

I started the server and typed a question in. I got an error:
IOError: [Errno 2] No such file or directory: 'dir/classify.pkl'.
How can I get this file?

Regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.