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
word2vec_commented/word2phrase.c
Line 108 in 07e9576
The comment says that for word 'hat'
(((h * 257) + a) * 257 + t)
but the code has hash initialized to 1 which makes the comment wrong
hash
By the way thank you very much for comments sir. 👍
The text was updated successfully, but these errors were encountered:
No branches or pull requests
word2vec_commented/word2phrase.c
Line 108 in 07e9576
The comment says that for word 'hat'
but the code has
hash
initialized to 1 which makes the comment wrongBy the way thank you very much for comments sir. 👍
The text was updated successfully, but these errors were encountered: