piotrmaciejbednarski/text-similarity-node
High-performance and memory efficient native C++ text similarity algorithms for Node.js
Need to compare how similar two pieces of text are, quickly and efficiently? This tool helps you feed in two text snippets—it could be customer reviews, product descriptions, or legal clauses—and get a score back that tells you how alike they are. It's ideal for developers building Node.js applications that require robust text comparison, especially when dealing with large volumes of text or needing precise, high-performance results.
Available on npm.
Use this if you are a Node.js developer building an application where high-performance, memory-efficient text comparison is critical, especially with large inputs or when needing to choose from various similarity algorithms.
Not ideal if you are not a Node.js developer or if you only need basic, occasional text comparisons that don't require optimized performance.
Stars
25
Forks
1
Language
C++
License
MIT
Category
Last pushed
Feb 15, 2026
Commits (30d)
0
Dependencies
4
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/piotrmaciejbednarski/text-similarity-node"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
shibing624/similarity
similarity: Text similarity calculation Toolkit for Java. 文本相似度计算工具包,java编写,可用于文本相似度计算、情感分析等任务,开箱即用。
eBay/Sequence-Semantic-Embedding
Tools and recipes to train deep learning models and build services for NLP tasks such as text...
RandolphVI/Text-Pairs-Relation-Classification
About Text Pairs (Sentence Level) Classification (Similarity Modeling) Based on Neural Network.
MartinoMensio/spacy-universal-sentence-encoder
Google USE (Universal Sentence Encoder) for spaCy
brianrisk/simphile-text-similarity-nlp
Python Text Similarity NLP Libray