is not current version
Last Version 0.9.1

io.github.carschno:jfasttext 0.5.0

JFastText is a Java interface for fastText, a library for efficient learning of word representations and sentence classification.

GroupId

GroupId

io.github.carschno
ArtifactId

ArtifactId

jfasttext
Version

Version

0.5.0
Type

Type

jar

Download jfasttext 0.5.0


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