How to check the output of word2vec in R -
i using word2vec train sentences nearest words. trying using word2vec using r language.
input:
"you best friend"
output:
model generated in 'c:/users/acer/pictures/internship'!
i have used following code in r:
g <- word2vec("mydata.txt","word.txt")
but have check output after training text word2vec in r. can please in trying out same r?
Comments
Post a Comment