Skip to content

Error loadModel #19

@ran-j

Description

@ran-j

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions