Welcome to the coding part for the HW1!
You could run the code with command like the following ones:
python wordvec.py --embeddings glove.100d.5k.txt --word dog --n 5
python wordvec.py --embeddings word2vec.100d.5k.txt --word king --minus man --plus woman --n 10