Automatically exported from code.google.com/p/word2vec
Stars
1.6k
Forks
546
Watchers
1.6k
Open Issues
46
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
Faster vocab building and fixed bug when building dictionaries from huge datasets
e092540View on GitHubbugfix in InitUnigramTable() - some words could not have been sampled as negative examples
d83ccfbView on GitHubadded script for training big word vector model using public corpora
02c556dView on GitHuband fixed the minimal cosine similarity to be -1 instead of 0
5815e5dView on GitHubupdated the code so that it would run even with extremely large N (number of closest words), such as 5000
ab5da71View on GitHubfixed bug: the counter in K-means was updated too frequently
dd2d92aView on GitHubbugfix - the vector computation was done before check for out-of-vocabulary words was performed, which resulted in accessing memory outside of the allocated block
907cd68View on GitHubchanged makefile so that the .sh scripts would become executable after 'make'
4896886View on GitHubchanged index of OOV from 0 to -1 (so that first word vector is included in search)
d90649aView on GitHub