fasttext.js and fast-text

Both tools are Node.js wrappers for Facebook's FastText library, indicating they are direct competitors for applications requiring FastText functionality within a Node.js environment.

fasttext.js
62
Established
fast-text
37
Emerging
Maintenance 10/25
Adoption 10/25
Maturity 25/25
Community 17/25
Maintenance 0/25
Adoption 5/25
Maturity 17/25
Community 15/25
Stars: 201
Forks: 29
Downloads:
Commits (30d): 0
Language: JavaScript
License: MIT
Stars: 11
Forks: 5
Downloads:
Commits (30d): 0
Language: C++
License:
No Dependents
No License Stale 6m

About fasttext.js

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.

natural-language-processing text-classification word-embeddings language-identification data-science-engineering

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