Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pommedeterresautee/fastrtext
R wrapper for fastText
https://github.com/pommedeterresautee/fastrtext
classification embeddings fasttext machine-learning neural-network nlp rstats text-classification word-embeddings
Last synced: 15 days ago
JSON representation
R wrapper for fastText
- Host: GitHub
- URL: https://github.com/pommedeterresautee/fastrtext
- Owner: pommedeterresautee
- License: other
- Created: 2017-08-01T12:54:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T08:35:21.000Z (about 5 years ago)
- Last Synced: 2024-08-01T00:38:48.343Z (3 months ago)
- Topics: classification, embeddings, fasttext, machine-learning, neural-network, nlp, rstats, text-classification, word-embeddings
- Language: C++
- Homepage: https://pommedeterresautee.github.io/fastrtext/
- Size: 5.89 MB
- Stars: 101
- Watchers: 13
- Forks: 15
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![fastrtext](https://github.com/pommedeterresautee/fastrtext/raw/master/tools/logo.png)
=========[![Travis-CI Build Status](https://travis-ci.org/pommedeterresautee/fastrtext.svg?branch=master)](https://travis-ci.org/pommedeterresautee/fastrtext)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/pommedeterresautee/fastrtext?branch=master&svg=true)](https://ci.appveyor.com/project/pommedeterresautee/fastrtext)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/fastrtext)](https://cran.r-project.org/package=fastrtext)
[![CRAN_time_from_release](https://www.r-pkg.org/badges/ago/fastrtext)](https://cran.r-project.org/package=fastrtext)
[![CRAN_Download](http://cranlogs.r-pkg.org/badges/fastrtext)](http://cran.rstudio.com/web/packages/fastrtext/index.html)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![codecov](https://codecov.io/gh/pommedeterresautee/fastrtext/branch/master/graph/badge.svg)](https://codecov.io/gh/pommedeterresautee/fastrtext)
[![Follow](https://img.shields.io/twitter/follow/pommedeterre33.svg?style=social)](https://twitter.com/intent/follow?screen_name=pommedeterre33)[R Documentation](https://pommedeterresautee.github.io/fastrtext/) | [Release Notes](https://github.com/pommedeterresautee/fastrtext/blob/master/NEWS.md) | [FAQ](https://fasttext.cc/docs/en/faqs.html) | [Multilingual pretrained models](https://fasttext.cc/docs/en/crawl-vectors.html)
R wrapper for [fastText](https://github.com/facebookresearch/fastText) C++ code from Facebook.
FastText is an open-source, free, lightweight library that allows users to learn text representations and text classifiers. It works on standard, generic hardware. Models can later be reduced in size to even fit on mobile devices.
## License
© Contributors, 2019. Licensed under a MIT license.