I download from 'Word2Vec' http://nilc.icmc.usp.br/embeddings this http://143.107.183.175:22980/download.php?file=embeddings/word2vec/cbow_s50.zip And try to load ``` var w2v2 = require( 'word2vec' ); w2v2.loadModel( 'C:\Users\Ranieri\Documents\Projetos\playground\datas.txt', function( error, model ) { console.log(error) console.log( model ); }); ``` but nothing happens Node 8.11
I download from 'Word2Vec' http://nilc.icmc.usp.br/embeddings
this http://143.107.183.175:22980/download.php?file=embeddings/word2vec/cbow_s50.zip
And try to load
but nothing happens
Node 8.11