Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ekzhu/go-fasttext
- Owner: ekzhu
- License: mit
- Created: 2017-03-23T21:12:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T06:29:31.000Z (about 4 years ago)
- Last Synced: 2024-10-14T07:33:41.872Z (3 months ago)
- Topics: facebook, fasttext, golang, sqlite, wordembedding
- Language: Go
- Homepage:
- Size: 60.5 KB
- Stars: 32
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.