Word2VEC_java icon indicating copy to clipboard operation
Word2VEC_java copied to clipboard

How to get vector.mod

Open siminou opened this issue 7 years ago • 1 comments

What is model/vector.mod , How can i get it.

siminou avatar Apr 24 '18 09:04 siminou

// 加载语料库 Learn lean = new Learn() ; lean.learnFile(sportCorpusFile) ; // 生成 model/vector.mod 文件 lean.saveModel(new File("model/vector.mod")) ;

inahero avatar Oct 09 '18 02:10 inahero