Last Version

GloVe Word Embedding and Document Embedding in Java 1.0.1

Java implementation of GloVe word embedding and document embedding

License

License

MIT
Categories

Categories

Java Languages
GroupId

GroupId

com.github.chen0040
ArtifactId

ArtifactId

java-text-embedding
Version

Version

1.0.1
Type

Type

jar
Description

Description

GloVe Word Embedding and Document Embedding in Java
Java implementation of GloVe word embedding and document embedding
Project URL

Project URL

https://github.com/chen0040/java-text-embedding
Source Code Management

Source Code Management

https://github.com/chen0040/java-text-embedding

Download java-text-embedding 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.chen0040/java-text-embedding/ -->
<dependency>
    <groupId>com.github.chen0040</groupId>
    <artifactId>java-text-embedding</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chen0040/java-text-embedding/
implementation 'com.github.chen0040:java-text-embedding:1.0.1'
// https://jarcasting.com/artifacts/com.github.chen0040/java-text-embedding/
implementation ("com.github.chen0040:java-text-embedding:1.0.1")
'com.github.chen0040:java-text-embedding:jar:1.0.1'
<dependency org="com.github.chen0040" name="java-text-embedding" rev="1.0.1">
  <artifact name="java-text-embedding" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chen0040', module='java-text-embedding', version='1.0.1')
)
libraryDependencies += "com.github.chen0040" % "java-text-embedding" % "1.0.1"
[com.github.chen0040/java-text-embedding "1.0.1"]

Dependencies

compile (6)

Group / Artifact Type Version
com.google.guava : guava jar 20.0
com.alibaba : fastjson jar 1.2.33
org.slf4j : slf4j-api jar 1.7.20
org.slf4j : slf4j-simple jar 1.7.20
org.apache.httpcomponents : httpclient jar 4.5.2
net.lingala.zip4j : zip4j jar 1.3.2

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.10

Project Modules

There are no modules declared in this project.