Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2b55dc2

Browse files
committed
deployed to maven
1 parent 3d18fc6 commit 2b55dc2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Word embedding in Java
44

55
The current project provides GloVe word embedding that developer can directly use within their project.
66

7+
# Install
8+
9+
Add the following dependency to your POM file:
10+
11+
```xml
12+
<dependency>
13+
<groupId>com.github.chen0040</groupId>
14+
<artifactId>java-text-embedding</artifactId>
15+
<version>1.0.1</version>
16+
</dependency>
17+
```
18+
719
# Usage
820

921
The [sample codes](src/main/java/com/github/chen0040/embeddings/GloVeModelDemo.java) below shows how to use

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /