loretoparisi/fasttext.js
FastText for Node.js
This is a JavaScript library that helps developers build applications requiring text analysis, such as categorizing documents or understanding word meanings. It takes raw text data as input and produces models that can classify sentences or represent words numerically. Developers can use this to add powerful natural language processing features to their web services or applications.
201 stars. Available on npm.
Use this if you are a JavaScript developer building Node.js applications and need to quickly integrate capabilities like text classification or word embeddings.
Not ideal if you are a non-developer seeking an out-of-the-box solution for text analysis, or if your primary development environment is not Node.js.
Stars
201
Forks
29
Language
JavaScript
License
MIT
Category
Last pushed
Feb 24, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/loretoparisi/fasttext.js"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
ChenghaoMou/text-dedup
All-in-one text de-duplication
messense/fasttext-serving
fastText model serving service
gagan3012/PolyDeDupe
PolyDeDupe: Multi-Lingual Data Deduplication
vrasneur/pyfasttext
Yet another Python binding for fastText
olegtarasov/FastText.NetWrapper
.NET Standard wrapper for fastText library. Now works on Windows, Linux and MacOs!