Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.1 KB

fasttext_java

Java port of c++ facebook fastText and fork of ivanhk fastText_java port.

The main differences with the original port:

  • synchronization with c++ version
  • support any kind of I/O streams (including hadoop and web in extra)
  • tests
  • java8
  • changes in java-coding & OOP styles

Version

release c++ version: 0.1.0

last checked c++ revision number: 09/12/2017

bin model version: 12

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.

Maven

<dependency>
    <groupId>com.github.sszuev</groupId>
    <artifactId>fasttext</artifactId>
    <version>1.0.0</version>
</dependency>

Tools

to build command-line tools use mvn package -Pmain or mvn package -Pextra