5hirish / adam_qas

ADAM - A Question Answering System. Inspired from IBM Watson
http://www.shirishkadam.com/
GNU General Public License v3.0
357 stars 106 forks source link

Feature Extraction from Question. #10

Closed rohanpurekar closed 6 years ago

rohanpurekar commented 7 years ago

Bro I am completely confused.. Give me some files to start with for feature extraction so that i will be able to take the baby steps

5hirish commented 7 years ago

You can execute the project from src/qa_init.py and the feature extraction is done at this script src/feature_extractor.py and for spacy documentation go here: https://spacy.io/docs/

You can discuss the strategy you are going to go for here.