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: 4 months 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T08:35:21.000Z (over 6 years ago)
- Last Synced: 2025-04-05T17:05:40.855Z (over 1 year 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: 12
- Forks: 15
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

=========
[](https://travis-ci.org/pommedeterresautee/fastrtext)
[](https://ci.appveyor.com/project/pommedeterresautee/fastrtext)
[](https://cran.r-project.org/package=fastrtext)
[](https://cran.r-project.org/package=fastrtext)
[](http://cran.rstudio.com/web/packages/fastrtext/index.html)
[](https://opensource.org/licenses/MIT)
[](https://codecov.io/gh/pommedeterresautee/fastrtext)
[](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.