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 getstanfordcorenlp
andjava
- cleaned up
Readme.md
and removed some junk files to keep things tidy
Try the followings:
pip install -r requirement.txt
./setup.sh
, please open and read this file before running.
python ask.py einstein.txt 20
python answer.py einstein.txt questions.txt
I have explained how we approached the problem from scratch here
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.