ivanhk / fastText_java

Java port of c++ version of facebook fasttext

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fasttext_java

Java port of c++ version of facebook fasttext [UPDATED 2017-01-29]

Support Load/Save facebook fasttext binary model file

Building fastText_java

Requirements: Maven, Java 1.6 or onwards

In order to build fastText_java, use the following:

$ git clone https://github.com/ivanhk/fastText_java.git
$ cd fastText_java
$ mvn package

Resources

You can find more information and resources at https://github.com/facebookresearch/fastText

License

fastText is BSD-licensed. Facebook also provide an additional patent grant.

About

Java port of c++ version of facebook fasttext

License:Other


Languages

Language:Java 89.3%Language:Shell 6.1%Language:Python 2.3%Language:Perl 2.2%