Skip to content

NLP pipeline for answering questions. Trains a model based on features like cosine similarity, part of speech tags, and direct/synonym/meronym matching. .

Notifications You must be signed in to change notification settings

colinmaher/nlp_qa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to run:

download google news data set: https://github.com/mmihaltz/word2vec-GoogleNews-vectors 
rename file to GoogleNews_vectors_negative300.bin.gz (with _'s in filename instead of -'s) and put into working directory 

run: 
python3 model-prune.py
python3 qa.py

About

NLP pipeline for answering questions. Trains a model based on features like cosine similarity, part of speech tags, and direct/synonym/meronym matching. .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages