Jar examples for j:jfasttext
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.
BSD License
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'
Click the following link to download the jar file.
jfasttext-0.3-jar-with-dependencies.jar