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
release c++ version: 0.1.0
last checked c++ revision number: 09/12/2017
You can find more information and resources at https://github.com/facebookresearch/fastText
fastText is BSD-licensed. Facebook also provide an additional patent grant.
<dependency>
<groupId>com.github.sszuev</groupId>
<artifactId>fasttext</artifactId>
<version>1.0.0</version>
</dependency>
to build command-line tools use mvn package -Pmain
or mvn package -Pextra