is not current version
Last Version 15.0.0-beta9

com.linkedin.dagli:word2vec 14.0.0-beta1

DAG-oriented machine learning framework for bug-resistant, readable, efficient, maintainable and trivially deployable models in Java and other JVM languages

GroupId

GroupId

com.linkedin.dagli
ArtifactId

ArtifactId

word2vec
Version

Version

14.0.0-beta1
Type

Type

jar

Download word2vec 14.0.0-beta1


<!-- https://jarcasting.com/artifacts/com.linkedin.dagli/word2vec/ -->
<dependency>
    <groupId>com.linkedin.dagli</groupId>
    <artifactId>word2vec</artifactId>
    <version>14.0.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.dagli/word2vec/
implementation 'com.linkedin.dagli:word2vec:14.0.0-beta1'
// https://jarcasting.com/artifacts/com.linkedin.dagli/word2vec/
implementation ("com.linkedin.dagli:word2vec:14.0.0-beta1")
'com.linkedin.dagli:word2vec:jar:14.0.0-beta1'
<dependency org="com.linkedin.dagli" name="word2vec" rev="14.0.0-beta1">
  <artifact name="word2vec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.dagli', module='word2vec', version='14.0.0-beta1')
)
libraryDependencies += "com.linkedin.dagli" % "word2vec" % "14.0.0-beta1"
[com.linkedin.dagli/word2vec "14.0.0-beta1"]