Planeshifter / node-word2vec

Node.js interface to the Google word2vec tool.
Apache License 2.0
348 stars 55 forks source link

Pass text and get vectors as output without the use of files? #28

Open JoshuaeKaiser opened 1 year ago

JoshuaeKaiser commented 1 year ago

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 ?