Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 781 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 781 Bytes

NLP-Assignments

Projects as part of UMass 585 course

Gender_Age_Prediction is the final project for the course. Given text samples (like hotel reviews or tweets or social media conversations) the system tries to predict the age and gender of the writer. The idea was inspired from PAN challenge. The pdf inside the folder goes into more details and also presents the accuracies.

HW-1 is a Naive Bayes implementation

HW-2 is a Viterbi+Structured Pereceptron.

HW-3 is regarding Word2Vec implementations and Lexicons

HW-4 is about CKY parsing on given grammar rules

Initial code blurbs in the HW and the datasets do not belong to me. Check "nlp umass 2017" site.