fastText
Library for efficient text classification and word representation by Meta.
About
fastText comes from Meta Research and handles two jobs with unusual efficiency: learning word representations and classifying text. Its word vectors incorporate character n-gram information, so embeddings can be built for out-of-vocabulary words by composing subword units, and pretrained vectors are published for 157 languages trained on Wikipedia and Common Crawl. The supervised classifier trains on billions of words in minutes on ordinary CPUs and performs competitively with deep learning approaches on tasks like sentiment analysis and language identification, while built-in quantization shrinks trained models to a fraction of their size for deployment on constrained devices. The core is implemented in C++11 with a command-line tool and official Python bindings. Released under the MIT license, fastText remains a common choice for practitioners who need a fast, dependable baseline for text classification, language detection, or multilingual embeddings without GPU infrastructure.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- Natural Language Processing
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Easy (2/5)
- License
- MIT
- Added
- Apr 3, 2026
Related Tools
Topic modeling library leveraging transformer embeddings and c-TF-IDF.
Simple framework for state-of-the-art NLP by Zalando Research.
Topic modeling and document similarity library for unsupervised NLP.
Generalist model for named entity recognition using bidirectional transformer.
State-of-the-art machine learning library providing thousands of pre-trained models.
Research library for NLP by AI2 built on PyTorch.