HoloLen / nlp_qa_project

Natural Language Processing Question Answering Final Project

Home Page:http://demo.clab.cs.cmu.edu/NLP/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NLP Question Answering Project

CMU 11-411 NLP Question Answering Project

last_modified_date = 2019/07/28:

  • upgraded to Python 3.7
  • Python 2 is officially deprecated
  • added requirement.txt file as requested by many people on Youtube and personally
  • added setup.sh to get stanfordcorenlp and java
  • cleaned up Readme.md and removed some junk files to keep things tidy

Requirements

Try the followings:

  • pip install -r requirement.txt
  • ./setup.sh, please open and read this file before running.

How to use

python ask.py einstein.txt 20
python answer.py einstein.txt questions.txt

Big Picture

I have explained how we approached the problem from scratch here

Alt text

Credits

I collaborated with Angela Liang during the oldest version (prior 2018). Now, I am only maintaining it per requests. Please drop issues if you have trouble running codes. Usually, I will get back to you within 48 hours as courtesy.

About

Natural Language Processing Question Answering Final Project

http://demo.clab.cs.cmu.edu/NLP/

License:Other


Languages

Language:HTML 97.9%Language:Python 2.0%Language:Shell 0.0%