License |
License
BSD License
|
---|---|
GroupId | GroupIdio.github.carschno |
ArtifactId | ArtifactIdjfasttext |
Version | Version0.9.1 |
Type | Typejar |
Description |
DescriptionJava interface for fastText
JFastText is a Java interface for fastText, a library for efficient learning of
word representations and sentence classification.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jfasttext-0.9.1.pom | |
jfasttext-0.9.1.jar | 169 KB |
jfasttext-0.9.1-sources.jar | 5 KB |
jfasttext-0.9.1-javadoc.jar | 472 KB |
jfasttext-0.9.1-jar-with-dependencies.jar | 556 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.carschno/jfasttext/ -->
<dependency>
<groupId>io.github.carschno</groupId>
<artifactId>jfasttext</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.carschno/jfasttext/
implementation 'io.github.carschno:jfasttext:0.9.1'
// https://jarcasting.com/artifacts/io.github.carschno/jfasttext/
implementation ("io.github.carschno:jfasttext:0.9.1")
'io.github.carschno:jfasttext:jar:0.9.1'
<dependency org="io.github.carschno" name="jfasttext" rev="0.9.1">
<artifact name="jfasttext" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.carschno', module='jfasttext', version='0.9.1')
)
libraryDependencies += "io.github.carschno" % "jfasttext" % "0.9.1"
[io.github.carschno/jfasttext "0.9.1"]
Group / Artifact | Type | Version |
---|---|---|
org.bytedeco : javacpp | jar | 1.5.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |