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: about 1 month 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T06:29:31.000Z (almost 5 years ago)
- Last Synced: 2025-04-04T02:01:44.188Z (6 months ago)
- Topics: facebook, fasttext, golang, sqlite, wordembedding
- Language: Go
- Homepage:
- Size: 60.5 KB
- Stars: 34
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-fasttext
[](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](git@github.com:ekzhu/go-fasttext.git)
for word embeddings, with data stored in a persistent
SQLite database.