MCPcopy Create free account

hub / github.com/dav/word2vec / functions

Functions34 in github.com/dav/word2vec

↓ 17 callersFunctionArgPos
src/word2vec.c:663
↓ 5 callersFunctionArgPos
src/word2phrase.c:251
↓ 5 callersFunctionSearchVocab
Returns position of a word in the vocabulary; if the word is not found, returns -1
src/word2phrase.c:73
↓ 4 callersFunctionGetWordHash
Returns hash value of a word
src/word2vec.c:101
↓ 4 callersFunctionGetWordHash
Returns hash value of a word
src/word2phrase.c:65
↓ 3 callersFunctionAddWordToVocab
Adds a word to the vocabulary
src/word2vec.c:128
↓ 3 callersFunctionAddWordToVocab
Adds a word to the vocabulary
src/word2phrase.c:92
↓ 3 callersFunctionReadWord
Reads a single word from a file, assuming space + tab + EOL to be word boundaries
src/word2vec.c:78
↓ 3 callersFunctionReadWord
Reads a single word from a file, assuming space + tab + EOL to be word boundaries
src/word2phrase.c:42
↓ 2 callersFunctionSearchVocab
Returns position of a word in the vocabulary; if the word is not found, returns -1
src/word2vec.c:109
↓ 2 callersFunctionSortVocab
Sorts the vocabulary by frequency using word counts
src/word2vec.c:152
↓ 1 callersFunctionCreateBinaryTree
Create binary Huffman tree using the word counts Frequent words will have short uniqe binary codes
src/word2vec.c:204
↓ 1 callersFunctionInitNet
src/word2vec.c:345
↓ 1 callersFunctionInitUnigramTable
src/word2vec.c:59
↓ 1 callersFunctionLearnVocabFromTrainFile
src/word2vec.c:269
↓ 1 callersFunctionLearnVocabFromTrainFile
src/word2phrase.c:158
↓ 1 callersFunctionReadVocab
src/word2vec.c:312
↓ 1 callersFunctionReadWordIndex
Reads a word and returns its index in the vocabulary
src/word2vec.c:120
↓ 1 callersFunctionReduceVocab
Reduces the vocabulary by removing infrequent tokens
src/word2vec.c:182
↓ 1 callersFunctionReduceVocab
Reduces the vocabulary by removing infrequent tokens
src/word2phrase.c:138
↓ 1 callersFunctionSaveVocab
src/word2vec.c:305
↓ 1 callersFunctionSortVocab
Sorts the vocabulary by frequency using word counts
src/word2phrase.c:116
↓ 1 callersFunctionTrainModel
src/word2vec.c:577
↓ 1 callersFunctionTrainModel
src/word2phrase.c:206
↓ 1 callersFunctionTrainModelThread
src/word2vec.c:384
FunctionReadWordIndex
Reads a word and returns its index in the vocabulary
src/word2phrase.c:84
FunctionTrainModelThread_win
src/word2vec.c:571
FunctionVocabCompare
Used later for sorting by word counts
src/word2vec.c:147
FunctionVocabCompare
Used later for sorting by word counts
src/word2phrase.c:111
Functionmain
src/word-analogy.c:26
Functionmain
src/distance.c:26
Functionmain
src/word2vec.c:675
Functionmain
src/word2phrase.c:263
Functionmain
src/compute-accuracy.c:28