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

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -