Skip to content

ivanhk/fastText_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4b9f4d7 · Apr 6, 2017

History

63 Commits
Apr 6, 2017
Feb 3, 2017
Jan 6, 2017
Jan 6, 2017
Feb 4, 2017
Jan 6, 2017
Jan 6, 2017
Jan 6, 2017
Jan 13, 2017
Jan 6, 2017
Jan 6, 2017

Repository files navigation

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.