node-fasttext and fast-text

Both tools are Node.js bindings for Facebook's FastText library, making them competitors for integrating FastText prediction, nearest neighbor, and classification functionalities into Node.js applications.

node-fasttext
42
Emerging
fast-text
37
Emerging
Maintenance 0/25
Adoption 8/25
Maturity 16/25
Community 18/25
Maintenance 0/25
Adoption 5/25
Maturity 17/25
Community 15/25
Stars: 43
Forks: 14
Downloads:
Commits (30d): 0
Language: C++
License: MIT
Stars: 11
Forks: 5
Downloads:
Commits (30d): 0
Language: C++
License:
Stale 6m No Package No Dependents
No License Stale 6m

About node-fasttext

vunb/node-fasttext

Nodejs binding for fasttext representation and classification.

This helps developers integrate text classification and representation capabilities into their Node.js applications. It takes raw text data as input, trains models to understand patterns, and then can classify new text or find similar words or phrases. This tool is for developers building applications that need to process and understand natural language.

Node.js development text analytics natural language processing application development machine learning integration

About fast-text

davidmenger/fast-text

Prediction and nearest neighbour tools from Facebook Fast Text wrapped into Node.js packages.

This is a tool for developers who use Node.js to add text classification and similarity features to their applications. It takes pre-trained FastText models and text input, then outputs predicted categories or the most similar words/phrases. Developers building web applications or services that process natural language will find this useful.

Node.js development text classification natural language processing API development search algorithms

Scores updated daily from GitHub, PyPI, and npm data. How scores work