This project is adopted from: github.com/tim-cheng/fasttextgo
Golang binging for facebook FastText v0.2.0
Need to run make first before usage. For usage details, please refer to test/FastTextDebug.go
sudo wget https://github.com/evan176/fasttextgo/releases/download/v1.1/libfasttextgo.so -P /usr/local/lib/
ldconfig
export CGO_CXXFLAGS=-std=c++11