Skip to content
This repository was archived by the owner on Aug 26, 2023. It is now read-only.

Commit e6dc366

Browse files
committed
fastText: update readme
1 parent a52a5de commit e6dc366

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ The main differences with the original port:
1414
### last checked c++ revision number: [09/12/2017](https://github.com/facebookresearch/fastText/commit/b928c9f01d02fcf2f115f06ee7a2c02d5c6a0ca2)
1515
### bin model version: 12
1616

17-
# Maven
18-
* to build use commands 'mvn package -Pmain' or 'mvn package -Pextra'
19-
* to include in dependencies [jitpack.io](https://jitpack.io/) can be used
17+
### Maven
18+
<dependency>
19+
<groupId>com.github.sszuev</groupId>
20+
<artifactId>fasttext</artifactId>
21+
<version>1.0.0</version>
22+
</dependency>
23+
### Tools
24+
to build command-line tools use `mvn package -Pmain` or `mvn package -Pextra`
25+
26+
27+

0 commit comments

Comments
 (0)