0

In my project, I need to use the Word2Vec model. I decide to use dl4j for this. I load all dependencies, but there are no modules such as deeplearning4j.text and deeplearning4j.models

I tried to change the version of dl4j from beta5 to 4 and 3 but the problem still here I even tried download jar files of dl4j but it didn't help too

aminography
  • 21,986
  • 13
  • 70
  • 74
Yorn
  • 37
  • 4
  • Can you show your code to point out where the problem is (github link would be great). What dependencies did you defined. Maybe the examples at the dl4j github repo helps: https://github.com/eclipse/deeplearning4j-examples/tree/master/dl4j-examples – TobiSH Oct 30 '19 at 07:20

1 Answers1

0

It's deeplearning4j.nlp module and corresponding submodules like deeplearning4j.nlp.uima for example

raver119
  • 336
  • 1
  • 5