Download jfasttext-0.3.jar file - Jar j

Jar examples for j:jfasttext

Description

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

You can download jar file jfasttext 0.3 in this page.

License

BSD License

Build File

You can use the following script to add jfasttext-0.3.jar to your project.

<dependency>
   <groupId>com.github.vinhkhuc</groupId>
   <artifactId>jfasttext</artifactId>
   <version>0.3</version>
</dependency>
compile group: 'com.github.vinhkhuc', name: 'jfasttext', version: '0.3'
libraryDependencies += "com.github.vinhkhuc" % "jfasttext" % "0.3"
<dependency org="com.github.vinhkhuc" name="jfasttext" rev="0.3"/>
@Grapes(@Grab(group='com.github.vinhkhuc', module='jfasttext', version='0.3'))
'com.github.vinhkhuc:jfasttext:jar:0.3'

Download

Click the following link to download the jar file.

jfasttext-0.3-jar-with-dependencies.jar
jfasttext-0.3-javadoc.jar
jfasttext-0.3-sources.jar
jfasttext-0.3.jar
jfasttext-0.3.pom



Related Tutorials