# fastText_java **Repository Path**: liuxia8cn/fastText_java ## Basic Information - **Project Name**: fastText_java - **Description**: fasttext java - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-10-01 - **Last Updated**: 2021-10-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.