Skip to content

bountylabs/go-fasttext

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 97.0%
  • Go 2.7%
  • Other 0.3%