fastText

Library for efficient text classification and word representation by Meta.

Open SourceSelf HostedOffline Capable
0.0 (0)

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

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.

Open SourceSelf HostedOffline
Easy
0.0 (0)

Simple framework for state-of-the-art NLP by Zalando Research.

Open SourceSelf HostedOffline
Easy
0.0 (0)

Topic modeling and document similarity library for unsupervised NLP.

Open SourceSelf HostedOffline
Easy
0.0 (0)

Generalist model for named entity recognition using bidirectional transformer.

Open SourceSelf HostedOffline
Easy
0.0 (0)
Featured

State-of-the-art machine learning library providing thousands of pre-trained models.

Open SourceSelf HostedOffline
Easy
0.0 (0)

Research library for NLP by AI2 built on PyTorch.

Open SourceSelf HostedOffline
Intermediate
0.0 (0)
Browse all Natural Language Processing tools