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 -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -