vrasneur/pyfasttext
Yet another Python binding for fastText
This project offers a Python interface for the fastText library, which helps you understand and categorize text. You input text data, and it outputs numerical representations (vectors) of words or whole sentences, or classifies text into predefined categories. Data scientists, machine learning engineers, and NLP researchers use this to build text analysis applications.
224 stars. No commits in the last 6 months. Available on PyPI.
Use this if you are a Python developer and need to integrate fastText functionalities, such as generating word embeddings or performing text classification, into your applications.
Not ideal if you are not a Python developer, or if you are looking for the latest, officially supported fastText Python binding.
Stars
224
Forks
30
Language
Python
License
GPL-3.0
Category
Last pushed
Dec 08, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/vrasneur/pyfasttext"
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
loretoparisi/fasttext.js
FastText for Node.js
messense/fasttext-serving
fastText model serving service
gagan3012/PolyDeDupe
PolyDeDupe: Multi-Lingual Data Deduplication
olegtarasov/FastText.NetWrapper
.NET Standard wrapper for fastText library. Now works on Windows, Linux and MacOs!