Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ekzhu/go-fasttext

Facebook fastText database in SQLite with Go API
https://github.com/ekzhu/go-fasttext

facebook fasttext golang sqlite wordembedding

Last synced: 3 months ago
JSON representation

Facebook fastText database in SQLite with Go API

Awesome Lists containing this project

README

        

# go-fasttext

[![Build Status](https://travis-ci.org/ekzhu/go-fasttext.svg?branch=master)](https://travis-ci.org/ekzhu/go-fasttext)

[Usage Guide and API Documentation](https://godoc.org/github.com/ekzhu/go-fasttext)

This package provides a Go API for the Facebook's
[fastText dataset]([email protected]:ekzhu/go-fasttext.git)
for word embeddings, with data stored in a persistent
SQLite database.