I run command
python word2vec-api.py --model /path/to/GoogleNews-vectors-negative300.bin --binary BINARY --path /word2vec --host 0.0.0.0 --port 5000
and have error
File "D:/word2vec-api-master/word2vec-api-master/word2vec-api.py", line 60
print "positive: " + str(pos) + " negative: " + str(neg) + " topn: " + str(t)
^
SyntaxError: invalid syntax
Please help me fix the error