Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 392 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 392 Bytes

vector-representations

A program in which the user can choose a word or a sentence and the program will look through all of the data provided by GloVe to find the 5 nearest neighbors of that word using cosine similarity. This implies that these words are similar in meaning and/or general context.

Dataset: http://nlp.stanford.edu/data/glove.6B.zip

Please view readme.pdf for usage.