node-word2vec
node-word2vec copied to clipboard
Pass text and get vectors as output without the use of files?
Is it possible to call the word2vec method and pass training data in raw and get the vectors out as raw also ?
The documentation seems to suggest you can only pass a path to the to input data and output data files.
Any suggestions to overcome this ?