facebookresearch/fastText
Library for fast text representation and classification. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3700
- days_rel: n/a
- days_push: 894
- n_releases_24m: 0
Adoption not part of the score
26534 stars · 4837 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
fastText is a lightweight open-source C++ library (with Python bindings and a CLI) from Facebook Research for efficiently learning word representations and training text classifiers. It ships pre-trained word vectors for 157 languages and supports model quantization so models can run on modest hardware or mobile devices.
Use cases
- train word embeddings for my corpus
- classify documents into categories like spam vs not spam
- get word vectors for out-of-vocabulary or misspelled words
- detect the language of a text snippet
- run sentiment analysis on product reviews
- compress a text classification model to fit on mobile
- download pre-trained word vectors for 157 languages
When to choose
- you need fast, lightweight text classification or word vectors on CPU-only hardware
- you need embeddings for rare or misspelled words via subword (character n-gram) information
- you want pre-trained vectors for many languages or a small language-identification model
- you need models small enough for mobile or embedded deployment via quantization
When to avoid
- you need contextual/transformer-based embeddings for state-of-the-art NLU
- you need deep learning pipelines, GPU training, or fine-tuning of large models
- you primarily develop on Windows, which is not officially supported
- you need actively developed features - the project is largely in maintenance mode
Facets
library · maturity maintenance
nlp machine-learning cli machine-learning developer-tools cpp python cli word-embeddings word-vectors text-classification sentence-classification subword-ngrams pretrained-models language-identification model-quantization natural-language-processing linux macos
9 sources
- readme: https://github.com/facebookresearch/fastText · fetched 2026-08-28 · 58fbebb2e675
- homepage: https://fasttext.cc/ · fetched 2026-08-29 · 1f25b24e1b14
- site_page: https://fasttext.cc/docs/en/support.html · fetched 2026-08-29 · be27eeb66a2f
- site_page: https://fasttext.cc/docs/en/english-vectors.html · fetched 2026-08-29 · f1fe16914602
- site_page: https://fasttext.cc/docs/en/crawl-vectors.html · fetched 2026-08-29 · a106decaba88
- site_page: https://fasttext.cc/docs/en/supervised-tutorial.html · fetched 2026-08-29 · 201bf4fbccf8
- site_page: https://fasttext.cc/docs/en/faqs.html · fetched 2026-08-29 · ff05b642e534
- site_page: https://fasttext.cc/docs/en/api.html · fetched 2026-08-29 · f6d54e7b738e
- site_page: https://fasttext.cc/docs/en/references.html · fetched 2026-08-29 · 1fe1cea71916
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| facebookresearch/fastText | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="facebookresearch/fastText")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem