bountylabs / go-fasttext

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go-FastText

Golang bindings to the fasttext library.

Usage

To perform a prediction on a model, use the following command

go run main.go prediction -m [model_path] [query]

For example

go run main.go predict -m ~/Downloads/ag_news.bin chicken

About

License:University of Illinois/NCSA Open Source License


Languages

Language:C++ 97.1%Language:Go 2.7%Language:Makefile 0.2%Language:C 0.1%