Last Version

Java interface for fastText 0.4

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

License

License

BSD License
GroupId

GroupId

com.github.vinhkhuc
ArtifactId

ArtifactId

jfasttext
Version

Version

0.4
Type

Type

jar
Description

Description

Java 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

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/vinhkhuc/JFastText

Download jfasttext 0.4


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

Dependencies

compile (1)

Group / Artifact Type Version
org.bytedeco : javacpp jar 1.3.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.