How to use word2vec?

怎甘沉沦 提交于 2019-12-02 07:21:59

问题


I have to make lexical graph with words within a corpus. For that, I need to make a program with word2vec.

The thing is that I'm new at this. I've tried for 4 days now to find a way to use word2vec but I'm lost. My big problem is that I don't even know where to find the code in Java (I heard about deeplearning but I couldn't find the files on their website), how to integrate it in my project...


回答1:


One of the easiest way to embody the Word2Vec representation in your java code is to use deeplearning4j, the one you have mentioned. I assume you have already seen the main pages of the project. For what concerns the code, check these links:

  • Github repository
  • Examples


来源:https://stackoverflow.com/questions/30139805/how-to-use-word2vec

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!