goliasz/pio-template-text-similarity
Text similarity based on Word2Vec vectors.
This project helps you find documents that are semantically similar to a given piece of text. You provide a collection of documents for training, and then you can query with new text to find the most relevant matches from your collection. This is useful for anyone who needs to quickly identify related information within a large body of textual content, such as researchers, content managers, or customer support teams.
No commits in the last 6 months.
Use this if you need to identify documents in a large dataset that are conceptually similar to a specific query text, beyond just keyword matching.
Not ideal if you require real-time, ultra-low-latency similarity lookups on an extremely massive and constantly changing dataset, or if your primary need is exact keyword matching.
Stars
10
Forks
6
Language
Scala
License
—
Category
Last pushed
Feb 07, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/goliasz/pio-template-text-similarity"
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
piotrmaciejbednarski/text-similarity-node
High-performance and memory efficient native C++ text similarity algorithms for Node.js