snap-stanford / snap

Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library.
Other
2.17k stars 797 forks source link

you must first build vocabulary before training the model #118

Closed yunxiao47 closed 6 years ago

yunxiao47 commented 6 years ago

when I input a edge list, it raises RuntimeError("you must first build vocabulary before training the model"),and the given examples also raises the same error

yunxiao47 commented 6 years ago

It turned out that the input file was not parsed properly, Simply my mistake.