We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
What python version are you running?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: