简体   繁体   中英

How to use word2vec?

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...

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:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM